Skip to content

Commit

Permalink
update cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
MuslemRahimi committed Jan 8, 2025
1 parent 36d6695 commit 40a3ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/primary_cron_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 40a3ac2

Please sign in to comment.