From d98abe42bc2830b66ffb11da78d05b15cc24b32f Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 3 May 2020 17:50:37 +0200 Subject: [PATCH] fix configurable_keys exception --- owrx/connection.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/owrx/connection.py b/owrx/connection.py index e1f7083..9fbc088 100644 --- a/owrx/connection.py +++ b/owrx/connection.py @@ -254,6 +254,8 @@ class OpenWebRxReceiverClient(Client): def setParams(self, params): config = Config.get() # allow direct configuration only if enabled in the config + if "configurable_keys" not in config: + return keys = config["configurable_keys"] if not keys: return