fixed alerts

This commit is contained in:
Johannes Braun
2022-03-25 14:34:06 +01:00
parent 505db42064
commit 464e625eaa
4 changed files with 4 additions and 6 deletions

View File

@@ -118,7 +118,7 @@ class LuiBackendConfig(object):
LOGGER.info(f"Parsed Page config to the following Tree: \n {self._page_config.dump()}")
def check(self):
errors = 0
return
def get(self, name):
value = self._config.get(name)