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:
commit
2ef4917adf
4 changed files with 37 additions and 7 deletions
|
@ -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()
|
Loading…
Add table
Add a link
Reference in a new issue