update cron job

This commit is contained in:
MuslemRahimi 2025-03-04 10:56:09 +01:00
parent 6ae600fe25
commit 101143408f

View File

@ -329,11 +329,11 @@ def run_ai_score():
week = now.weekday()
if week == 5:
run_command(["python3", "cron_ai_score.py"])
run_command(["python3", "cron_options_oi.py"])
run_command(["python3", "cron_stockdeck.py"])
run_command(["python3", "restart_json.py"])
run_command(["python3", "cron_statistics.py"])
run_command(["python3", "cron_options_oi.py"])
def run_push_notifications():
now = datetime.now(ny_tz)