From fc1ad4e1f69e6ca3e486c68fe44e4aa22ab7d93d Mon Sep 17 00:00:00 2001 From: Computerboer <58400197+ComputerBoer@users.noreply.github.com> Date: Sat, 13 Jul 2024 00:59:10 +0200 Subject: [PATCH] Update locationutils.py --- utils/locationutils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/locationutils.py b/utils/locationutils.py index 5e15001..b9ae9ff 100644 --- a/utils/locationutils.py +++ b/utils/locationutils.py @@ -84,8 +84,8 @@ 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 = ""): - return name in alternatenames \ No newline at end of file + return name in alternatenames