bugfixing
This commit is contained in:
parent
bc93b101be
commit
2467056255
@ -465,6 +465,7 @@ async def run():
|
|||||||
|
|
||||||
market_movers = {'gainers': gainers, 'losers': losers}
|
market_movers = {'gainers': gainers, 'losers': losers}
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
print(e)
|
||||||
market_movers = {}
|
market_movers = {}
|
||||||
elif market_status == 2:
|
elif market_status == 2:
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user