This commit is contained in:
MuslemRahimi 2024-12-02 18:49:07 +01:00
parent 80ca68846d
commit 056044355d

View File

@ -411,7 +411,7 @@ async def run():
print(e) print(e)
options_flow = {} options_flow = {}
market_status = 0 #check_market_hours() market_status = check_market_hours()
if market_status == 0: if market_status == 0:
try: try:
with open("json/market-movers/markethours/gainers.json", 'r') as file: with open("json/market-movers/markethours/gainers.json", 'r') as file: