bugfixing

This commit is contained in:
MuslemRahimi 2024-11-29 22:21:53 +01:00
parent fdee3bf67f
commit 0ecbbd5012

View File

@ -411,7 +411,7 @@ async def run():
print(e) print(e)
options_flow = {} options_flow = {}
market_status = check_market_hours() market_status = 0 #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: