mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
implement config layering
This commit is contained in:
parent
e926611307
commit
f23fa59ac3
20 changed files with 524 additions and 147 deletions
|
|
@ -1,7 +1,3 @@
|
|||
class ConfigNotFoundException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class ConfigError(Exception):
|
||||
def __init__(self, key, message):
|
||||
super().__init__("Configuration Error (key: {0}): {1}".format(key, message))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue