diff --git a/plugins/Divera/Divera.py b/plugins/Divera/Divera.py index 6ce090e..9759e5e 100644 --- a/plugins/Divera/Divera.py +++ b/plugins/Divera/Divera.py @@ -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")