Skip to content

Commit

Permalink
fixed issue with password containing '%'
Browse files Browse the repository at this point in the history
  • Loading branch information
shadoxxhd committed Jun 23, 2022
2 parents 6f97e2c + a689e02 commit 60c2b06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downloader.py
Expand Up @@ -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:
Expand Down
Binary file modified release/downloader.exe
Binary file not shown.

0 comments on commit 60c2b06

Please sign in to comment.