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
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()