Remove the CLI input decoding

This commit is contained in:
Zykino 2020-01-18 14:53:32 +01:00
parent aa7aeed688
commit 8c99747898
2 changed files with 0 additions and 15 deletions

View file

@ -223,7 +223,6 @@ if __name__ == '__main__':
'--version': bool
})
utils.decodeArgumentStrings(options, locale.getpreferredencoding())
options = utils.parseNFO(options)
if not options.get('--thumbnail'):