Update locationdata.py

This commit is contained in:
SpudGunMan
2024-06-19 16:38:22 -07:00
parent b216f70604
commit 7ccfabe61e
+3 -2
View File
@@ -25,7 +25,8 @@ def where_am_i(lat=0, lon=0):
whereIam += " " + address['county']
if 'country' in address:
whereIam += " " + address['country']
whereIam += "Grid: " + mh.to_maiden(int(lat), int(lon), precision=4)
print(whereIam)
print(lat, lon)
#whereIam += "Grid: " + mh.to_maiden(int(lat), int(lon), precision=4)
return whereIam