Skip to content

Commit

Permalink
bugfixing
Browse files Browse the repository at this point in the history
  • Loading branch information
MuslemRahimi committed Nov 29, 2024
1 parent fdee3bf commit 0ecbbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cron_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ async def run():
print(e)
options_flow = {}

market_status = check_market_hours()
market_status = 0 #check_market_hours()
if market_status == 0:
try:
with open("json/market-movers/markethours/gainers.json", 'r') as file:
Expand Down

0 comments on commit 0ecbbd5

Please sign in to comment.