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