From 18358abec20604c9dd5e0ce41a5f9f029dce30f1 Mon Sep 17 00:00:00 2001 From: Lars Gremme Date: Thu, 30 Apr 2020 23:49:20 +0200 Subject: [PATCH] Net RIC return --- plugins/Divera/Divera.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Divera/Divera.py b/plugins/Divera/Divera.py index 9759e5e..fc52aaa 100644 --- a/plugins/Divera/Divera.py +++ b/plugins/Divera/Divera.py @@ -193,6 +193,7 @@ def run(typ, freq, data): else: logging.debug("RIC is net ident") + return else: loggin.debug("No Type is set", exc_info=True)