added updater

This commit is contained in:
joBr99
2022-03-25 12:09:53 +01:00
parent 8097935c8d
commit 0c19ad4adb
9 changed files with 114 additions and 25 deletions

View File

@@ -115,7 +115,7 @@ class LuiBackendConfig(object):
self._config[k] = v
LOGGER.info(f"Loaded config: {self._config}")
root_page = {"items": self.get("pages")}
root_page = {"items": self.get("pages"), "name": "root"}
self._page_config = PageNode(root_page)
LOGGER.info(f"Parsed Page config to the following Tree: \n {self._page_config.dump()}")