This commit is contained in:
Jan Speller 2020-02-24 22:07:23 +01:00
parent 4b0614c7da
commit e5d11b74af
2 changed files with 4 additions and 2 deletions

View file

@ -50,7 +50,7 @@ class BoswatchModule(ModuleBase):
provider = self.config.get("apiProvider")
if addressArray[1] is None:
logging.warning("Address was not found in current Message, skipping geocoding")
logging.info("No address found, skipping geocoding")
return bwPacket
address = addressArray[1]