geändert: README.md
geändert: config_parser.py
This commit is contained in:
+1
-1
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user