Skip to content

Commit

Permalink
Task queue loop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfwithSword committed Jan 9, 2025
1 parent 912f22f commit 6e2f074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async def run_ui():
# app.mainloop()

async def run_queued_tasks():
while True:
while APP_RUNNING:
try:
callback = None
args = None
Expand Down

0 comments on commit 6e2f074

Please sign in to comment.