mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
threads
This commit is contained in:
parent
4b0614c7da
commit
e5d11b74af
|
|
@ -44,7 +44,9 @@ geoRegex|Regex Capture-Group zum Herausfiltern der Adresse|
|
|||
---
|
||||
## Paket Modifikationen
|
||||
|
||||
- Im Paket werden die Felder `lat` und `lon` hinterlegt
|
||||
- `address`: gefundene Adresse
|
||||
- `lat`: Latitude der Adresse
|
||||
- `lon`: Longitude der Adresse
|
||||
|
||||
---
|
||||
## Zusätzliche Wildcards
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue