bugfixing
This commit is contained in:
parent
ea2c3d94af
commit
86bf0afb49
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user