Skip to content

Commit

Permalink
bugfixing dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
MuslemRahimi committed Dec 26, 2024
1 parent cc1df55 commit bc93b10
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 @@ -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:
Expand Down

0 comments on commit bc93b10

Please sign in to comment.