bugfixing
This commit is contained in:
parent
ea2c3d94af
commit
86bf0afb49
@ -265,8 +265,8 @@ async def get_data():
|
|||||||
longitude = location_data.longitude
|
longitude = location_data.longitude
|
||||||
print(f"Latitude: {latitude}, Longitude: {longitude}")
|
print(f"Latitude: {latitude}, Longitude: {longitude}")
|
||||||
break
|
break
|
||||||
except:
|
except Exception as e:
|
||||||
pass
|
print(e)
|
||||||
|
|
||||||
for item in data:
|
for item in data:
|
||||||
for price_item in sp500_list:
|
for price_item in sp500_list:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user