From 6e2f07492477f14c8e334a1e54f9915c8f8b0330 Mon Sep 17 00:00:00 2001 From: WolfwithSword <12175651+WolfwithSword@users.noreply.github.com> Date: Thu, 9 Jan 2025 09:16:04 -0400 Subject: [PATCH] Task queue loop fix --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 12be7cf..13fb632 100644 --- a/src/main.py +++ b/src/main.py @@ -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