mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
remove extra success reset.
This commit is contained in:
parent
385b96d2d6
commit
9784580d30
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@ def extract(filePath, outputDestination):
|
||||||
success = 1
|
success = 1
|
||||||
elif len(passwords) > 0:
|
elif len(passwords) > 0:
|
||||||
nzbtomedia.logger.info("EXTRACTOR: Attempting to extract with passwords")
|
nzbtomedia.logger.info("EXTRACTOR: Attempting to extract with passwords")
|
||||||
success = 0
|
|
||||||
for password in passwords:
|
for password in passwords:
|
||||||
if password == "": # if edited in windows or otherwise if blank lines.
|
if password == "": # if edited in windows or otherwise if blank lines.
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue