geändert: README.md

geändert:       config_parser.py
This commit is contained in:
2026-02-02 13:43:19 +01:00
parent 00039fca6e
commit ff646e40b6
2 changed files with 37 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ def compress_conf(conf):
conf = conf.replace('\n\n', '\n')
return conf.strip()
def parse_conf(conf):
def parse_ini(conf):
conf = compress_conf(conf)
result = {}
current_group = {}