update cron job
This commit is contained in:
parent
ccc16135d8
commit
0bb9634f13
@ -113,7 +113,6 @@ def run_fda_calendar():
|
|||||||
week = now.weekday()
|
week = now.weekday()
|
||||||
if week <= 5:
|
if week <= 5:
|
||||||
run_command(["python3", "cron_fda_calendar.py"])
|
run_command(["python3", "cron_fda_calendar.py"])
|
||||||
run_command(["python3", "cron_potus_tracker.py"])
|
|
||||||
|
|
||||||
def run_cron_insider_trading():
|
def run_cron_insider_trading():
|
||||||
week = datetime.today().weekday()
|
week = datetime.today().weekday()
|
||||||
@ -288,6 +287,7 @@ def run_tracker():
|
|||||||
#"cron_lobbying_tracker.py",
|
#"cron_lobbying_tracker.py",
|
||||||
#"cron_sentiment_tracker.py",
|
#"cron_sentiment_tracker.py",
|
||||||
"cron_insider_tracker.py",
|
"cron_insider_tracker.py",
|
||||||
|
"cron_potus_tracker.py"
|
||||||
]
|
]
|
||||||
for script in scripts:
|
for script in scripts:
|
||||||
run_command(["python3", script])
|
run_command(["python3", script])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user