diff --git a/examples/contrib/all_markers.py b/examples/contrib/all_markers.py index 153818d03..a2614259d 100644 --- a/examples/contrib/all_markers.py +++ b/examples/contrib/all_markers.py @@ -10,4 +10,4 @@ def all_markers(): ctx.master.commands.call( "view.flows.create", "get", f"https://example.com/{marker}" ) - ctx.master.commands.call("flow.mark", [ctx.master.view.focus.flow], marker) + ctx.master.commands.call("flow.mark", [ctx.master.view[-1]], marker)