Update all_markers.py (#6849)

This commit is contained in:
Alexander Prinzhorn 2024-05-16 14:15:55 +02:00 committed by GitHub
parent f05c050f61
commit d6dc12c835
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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)