mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-06 08:53:27 +02:00
Update locationdata.py
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ def where_am_i(lat=0, lon=0):
|
||||
whereIam += " " + address['county']
|
||||
if 'country' in address:
|
||||
whereIam += " " + address['country']
|
||||
grid = mh.to_maiden(lat,lon,6)
|
||||
grid = mh.to_maiden(float(lat), float(lon))
|
||||
print(grid)
|
||||
|
||||
return whereIam
|
||||
Reference in New Issue
Block a user