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