This commit is contained in:
joBr99
2023-11-19 23:13:42 +01:00
parent 59390cc6ec
commit 2a6643eb68

View File

@@ -124,8 +124,8 @@ def connect_and_loop():
# Create NsPanel object
for name, settings_panel in settings["nspanels"].items():
if "timezone" not in settings_panel:
settings_panel["timezone"] = settings.get("timezone", "Europe/Berlin")
if "timeZone" not in settings_panel:
settings_panel["timeZone"] = settings.get("timeZone", "Europe/Berlin")
if "locale" not in settings_panel:
settings_panel["timezone"] = settings.get("locale", "en_US")