diff --git a/app/cron_potus_tracker.py b/app/cron_potus_tracker.py index 8182d6e..6844d2b 100644 --- a/app/cron_potus_tracker.py +++ b/app/cron_potus_tracker.py @@ -265,8 +265,8 @@ async def get_data(): longitude = location_data.longitude print(f"Latitude: {latitude}, Longitude: {longitude}") break - except: - pass + except Exception as e: + print(e) for item in data: for price_item in sp500_list: