This commit is contained in:
2026-04-23 20:55:27 +03:00
parent 58e36ac55c
commit 312a006312
2 changed files with 4 additions and 3 deletions

1
app.py
View File

@@ -129,6 +129,7 @@ def start_scheduler():
thread = threading.Thread(
target=run_scheduler,
kwargs={"with_signal_handlers": False},
daemon=True
)
thread.start()