mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-20 22:05:13 +00:00
fix configurable_keys exception
This commit is contained in:
parent
52367e53f5
commit
d98abe42bc
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue