Merge pull request #93 from Aerion/fix-invalid-space-chars
disable interpolation for config reader
This commit is contained in:
commit
859f57f505
@ -22,7 +22,7 @@ def row2dict(row):
|
|||||||
|
|
||||||
|
|
||||||
def read_config():
|
def read_config():
|
||||||
config = ConfigParser()
|
config = ConfigParser(interpolation=None)
|
||||||
try:
|
try:
|
||||||
config.read(os.path.join(user_data_folder, "config.ini"))
|
config.read(os.path.join(user_data_folder, "config.ini"))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user