From 255300b4fa6810295ebbf7675da16a41cf9853a0 Mon Sep 17 00:00:00 2001 From: Computerboer Date: Sat, 13 Jul 2024 00:26:26 +0200 Subject: [PATCH] Moved from print to log completely --- utils/locationutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/locationutils.py b/utils/locationutils.py index af8a07a..c8510c6 100644 --- a/utils/locationutils.py +++ b/utils/locationutils.py @@ -84,7 +84,7 @@ def getGeoLocationByCity(city = "", countrycode: Countrycode = Countrycode.NL ): #print('alternatenames without ()'+ repr( geo)) if (geo): return geo; - print('city not found: '+ city) + log('city not found: '+ city) return None; def inAlternatenames(alternatenames = [], name = ""):