mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-05-06 21:42:15 +02:00
Update locationdata.py
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user