Moved from print to log completely

This commit is contained in:
Computerboer
2024-07-13 00:26:26 +02:00
parent 8fdc8e7a3d
commit 255300b4fa

View File

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