Schreibfehler gefixt

This commit is contained in:
2024-01-17 16:22:06 +01:00
parent bbf0cc4edc
commit eb4779546f
+1 -1
View File
@@ -412,7 +412,7 @@ Mischteil
get list of sections in allgmein
"""
ALLG_CFG = manage_configs.AllgmeinConfig()
ALLG_CFG = manage_configs.AllgemeinConfig()
ALLG_CFG.from_cfg_str(self.allgemein)
allg_secs = ALLG_CFG.get_sections()