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: