From 2d2d656dacc4c8e41318dd40e438f5e0a1ad777a Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 19 Jun 2024 16:40:01 -0700 Subject: [PATCH] Update locationdata.py --- locationdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locationdata.py b/locationdata.py index bd235ac..456ab58 100644 --- a/locationdata.py +++ b/locationdata.py @@ -27,6 +27,6 @@ def where_am_i(lat=0, lon=0): whereIam += " " + address['country'] print(whereIam) print(lat, lon) - #whereIam += "Grid: " + mh.to_maiden(int(lat), int(lon), precision=4) + whereIam += " Grid: " + mh.to_maiden(lat,lon,6) return whereIam \ No newline at end of file