diff --git a/downloader.py b/downloader.py index ef2471c..74447ed 100644 --- a/downloader.py +++ b/downloader.py @@ -161,7 +161,7 @@ def main(): global lim running = False - cfg = configparser.ConfigParser() + cfg = configparser.ConfigParser(interpolation=None) cfg.read('downloader.ini') # validate ini if 'general' not in cfg: diff --git a/release/downloader.exe b/release/downloader.exe index 5f54dc4..3ac50cf 100644 Binary files a/release/downloader.exe and b/release/downloader.exe differ