1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-23 06:49:37 +02:00

Merge branch 'development' of github.com:seanmorley15/AdventureLog into development

This commit is contained in:
Sean Morley 2024-08-21 10:05:13 -04:00
commit 2ef4917adf
4 changed files with 37 additions and 7 deletions

View file

@ -46,12 +46,11 @@ def start_scheduler():
scheduler.add_job(
run_worldtravel_seed,
trigger="interval",
hours=24,
minutes=3,
id="worldtravel_seed",
max_instances=1,
replace_existing=True,
)
logger.info("Starting scheduler...")
scheduler.start()
return scheduler
scheduler.start()