mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-09 09:59:58 +01:00
Add logging information
This commit is contained in:
parent
2a3243477c
commit
8eb2901bcb
|
|
@ -190,6 +190,13 @@ def run(typ, freq, data):
|
|||
"text": text,
|
||||
"priority": priority,
|
||||
}))
|
||||
|
||||
else:
|
||||
logging.debug("RIC is net ident")
|
||||
|
||||
else:
|
||||
loggin.debug("No Type is set", exc_info=True)
|
||||
return
|
||||
|
||||
except:
|
||||
logging.error("cannot send Divera request")
|
||||
|
|
|
|||
Loading…
Reference in a new issue