update cron job
This commit is contained in:
parent
36d6695679
commit
40a3ac2fc8
@ -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():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user