update cron job

This commit is contained in:
MuslemRahimi 2025-01-08 16:01:36 +01:00
parent 36d6695679
commit 40a3ac2fc8

View File

@ -70,7 +70,7 @@ def run_market_flow():
week = now.weekday()
current_time = now.time()
hour = now.hour
if week <= 4 and 9 < hour < 20:
if week <= 4 and 8 <= hour < 20:
run_command(["python3", "cron_market_flow.py"])
def run_dark_pool_level():