mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 22:35:43 +00:00
threads
This commit is contained in:
parent
e5d11b74af
commit
9fb7fe9ea5
4 changed files with 13 additions and 8 deletions
|
|
@ -76,5 +76,5 @@ class BoswatchModule(ModuleBase):
|
|||
|
||||
return bwPacket
|
||||
except Exception as e:
|
||||
logging.error("Unknown Error while executing geocoding module: " + str(type(e).__name__) + ": " + str(e))
|
||||
logging.exception("Unknown Error while executing geocoding module: " + str(type(e).__name__) + ": " + str(e))
|
||||
return bwPacket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue