mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-03 16:31:17 +02:00
Update locationdata.py
This commit is contained in:
+1
-1
@@ -26,6 +26,6 @@ def where_am_i(lat=0, lon=0):
|
||||
if 'country' in address:
|
||||
whereIam += " " + address['country']
|
||||
|
||||
whereIam += "Grid: " + mh.to_maiden(lat, lon)
|
||||
whereIam += "Grid: " + mh.to_maiden(str(lat), str(lon))
|
||||
|
||||
return whereIam
|
||||
Reference in New Issue
Block a user