mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-01 14:20:10 +01:00
return an empty layer if no config is available
This commit is contained in:
parent
b4c2923dd2
commit
dae32f2e95
|
|
@ -16,6 +16,7 @@ class ClassicConfig(PropertyReadOnly):
|
|||
return ClassicConfig._loadPythonFile(file)
|
||||
except FileNotFoundError:
|
||||
pass
|
||||
return PropertyLayer()
|
||||
|
||||
@staticmethod
|
||||
def _toLayer(dictionary: dict):
|
||||
|
|
|
|||
Loading…
Reference in a new issue