try to pass param with scheduler
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ def start_check_results_job(sched):
|
||||
sched.add_job(check_results, 'cron', day_of_week='mon-sat', hour='20',
|
||||
minute='55',
|
||||
misfire_grace_time=10,
|
||||
second='0', timezone='Europe/Paris', max_instances=1)
|
||||
second='0', timezone='Europe/Paris', max_instances=1, args=[True])
|
||||
|
||||
|
||||
def config_and_start_jobs():
|
||||
|
||||
Reference in New Issue
Block a user