update cron job

This commit is contained in:
MuslemRahimi 2025-01-30 10:28:54 +01:00
parent ccc16135d8
commit 0bb9634f13

View File

@ -113,7 +113,6 @@ def run_fda_calendar():
week = now.weekday()
if week <= 5:
run_command(["python3", "cron_fda_calendar.py"])
run_command(["python3", "cron_potus_tracker.py"])
def run_cron_insider_trading():
week = datetime.today().weekday()
@ -288,6 +287,7 @@ def run_tracker():
#"cron_lobbying_tracker.py",
#"cron_sentiment_tracker.py",
"cron_insider_tracker.py",
"cron_potus_tracker.py"
]
for script in scripts:
run_command(["python3", script])