bugfixing
This commit is contained in:
parent
7968d94c00
commit
58d0791dc7
@ -345,7 +345,7 @@ def run_threaded(job_func):
|
||||
# Schedule the job to run
|
||||
|
||||
schedule.every().day.at("00:00").do(run_threaded, run_options_jobs).tag('options_job')
|
||||
schedule.every().day.at("01:00").do(run_threaded, run_db_schedule_job)
|
||||
schedule.every().day.at("02:00").do(run_threaded, run_db_schedule_job)
|
||||
#schedule.every().day.at("05:00").do(run_threaded, run_options_gex).tag('options_gex_job')
|
||||
schedule.every().day.at("05:00").do(run_threaded, run_export_price).tag('export_price_job')
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user