diff --git a/app/cron_dashboard.py b/app/cron_dashboard.py index a27e560..185ee3e 100644 --- a/app/cron_dashboard.py +++ b/app/cron_dashboard.py @@ -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: