Bugfixing und einige Platzhalterseiten mit Daten gefüllt

This commit is contained in:
2025-10-07 11:19:08 +02:00
parent e7a2f4bb54
commit f969df8cb8
11 changed files with 146 additions and 84 deletions

View File

@@ -654,6 +654,7 @@ def init_profile(config, cfg, boatdata):
except AttributeError:
# Klasse nicht vorhanden, Seite wird nicht benutzt
log.error(f"Klasse '{p['type']}' nicht gefunden")
clist[i] = pages.Unknown(i, cfg, appdata, boatdata)
continue
c = cls(i, cfg, appdata, boatdata, *[v for v in p['values'].values()])
clist[i] = c