Update locationdata.py

This commit is contained in:
SpudGunMan
2024-06-19 15:42:34 -07:00
parent 0d867efc00
commit 0111e2856c

View File

@@ -4,6 +4,7 @@
from geopy.geocoders import Nominatim # pip install geopy
def where_am_i(lat=0, lon=0):
whereIam = ""
# initialize Nominatim API
geolocator = Nominatim(user_agent="mesh-bot")