diff --git a/app/cron_dashboard.py b/app/cron_dashboard.py index 185ee3e..b8e6613 100644 --- a/app/cron_dashboard.py +++ b/app/cron_dashboard.py @@ -465,6 +465,7 @@ async def run(): market_movers = {'gainers': gainers, 'losers': losers} except Exception as e: + print(e) market_movers = {} elif market_status == 2: try: