fixed alerts

This commit is contained in:
joBr99
2022-03-25 14:34:06 +01:00
parent 2f804b0a22
commit e6057ab5ff
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)