Update locationutils.py

This commit is contained in:
Computerboer
2024-07-13 00:59:10 +02:00
committed by GitHub
parent fd4cbc1ac8
commit fc1ad4e1f6

View File

@@ -84,7 +84,7 @@ def getGeoLocationByCity(city = "", countrycode: Countrycode = Countrycode.NL ):
#print('alternatenames without ()'+ repr( geo))
if (geo): return geo;
log('city not found ' + city)
#log('city not found ' + city)
return None;
def inAlternatenames(alternatenames = [], name = ""):