Update main.py

This commit is contained in:
2026-03-20 15:58:17 +01:00
parent 5f841ddbf9
commit 61f6070729

View File

@@ -46,6 +46,7 @@ def main():
trigger='cron',
minute=0
)
scheduler.start()
webserver.run()