Added correct spacing in logging, readded logging in locationutils

This commit is contained in:
Computerboer
2024-07-13 23:46:39 +02:00
parent b34f32e0d9
commit d85d56d670
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,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 = ""):