fixed a problem where scheduler didn't got the TZ

This commit is contained in:
2026-08-09 10:34:48 +02:00
parent 8660793ec2
commit a5fb874a20
2 changed files with 3 additions and 2 deletions

View File

@@ -420,7 +420,7 @@ def theCodeBasically():
scheduler = BlockingScheduler()
scheduler = BlockingScheduler(timezone=RUN_SCHEDULE_TZ)
scheduler.add_job(
theCodeBasically,
CronTrigger.from_crontab(