This commit is contained in:
joBr99
2022-03-28 23:03:25 +02:00
parent 35f0dee452
commit 04c5dce206

View File

@@ -160,7 +160,7 @@ class LuiPagesGen(object):
def generate_entities_page(self, heading, items):
navigation = ""
command = "entityUpd,{heading},{navigation}"
command = f"entityUpd,{heading},{navigation}"
# Get items and construct cmd string
for item in items:
command += self.generate_entities_item(item)