1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 15:29:36 +02:00

Autostart

This commit is contained in:
Sean Morley 2024-08-21 10:16:21 -04:00
parent be384bd990
commit d1c194dc3a

View file

@ -51,7 +51,6 @@ def start_scheduler():
max_instances=1,
replace_existing=True,
)
# scheduler
logger.info("Starting scheduler...")
scheduler.start()
return scheduler