bugfixing

This commit is contained in:
MuslemRahimi 2025-02-04 09:49:52 +01:00
parent ea2c3d94af
commit 86bf0afb49

View File

@ -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: