From 056044355dfbae9c7153e78b9b94723204a4c7cf Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Mon, 2 Dec 2024 18:49:07 +0100 Subject: [PATCH] bugfxing --- app/cron_dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cron_dashboard.py b/app/cron_dashboard.py index 2f9c196..a50ef39 100644 --- a/app/cron_dashboard.py +++ b/app/cron_dashboard.py @@ -411,7 +411,7 @@ async def run(): print(e) options_flow = {} - market_status = 0 #check_market_hours() + market_status = check_market_hours() if market_status == 0: try: with open("json/market-movers/markethours/gainers.json", 'r') as file: