mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
Update locationdata.py
This commit is contained in:
@@ -25,8 +25,7 @@ def where_am_i(lat=0, lon=0):
|
||||
whereIam += " " + address['county']
|
||||
if 'country' in address:
|
||||
whereIam += " " + address['country']
|
||||
print(whereIam)
|
||||
print(lat, lon)
|
||||
whereIam += " Grid: " + mh.to_maiden(f'lat',f'lon',6)
|
||||
grid = mh.to_maiden(lat,lon,6)
|
||||
print(grid)
|
||||
|
||||
return whereIam
|
||||
Reference in New Issue
Block a user