update cron job

This commit is contained in:
MuslemRahimi 2024-10-24 21:40:00 +02:00
parent fe3ab4899e
commit 5985c54c77

View File

@ -262,6 +262,7 @@ def run_tracker():
"cron_cramer_tracker.py",
"cron_lobbying_tracker.py",
"cron_sentiment_tracker.py"
"cron_insider_tracker.py"
]
for script in scripts:
run_command(["python3", script])