From 9784580d3084b0e879f50b1ce2a4c81bb2d726cb Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Mon, 14 Jul 2014 15:46:11 +0930 Subject: [PATCH] remove extra success reset. --- nzbtomedia/extractor/extractor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nzbtomedia/extractor/extractor.py b/nzbtomedia/extractor/extractor.py index e658c0ce..020ddf86 100644 --- a/nzbtomedia/extractor/extractor.py +++ b/nzbtomedia/extractor/extractor.py @@ -100,7 +100,6 @@ def extract(filePath, outputDestination): success = 1 elif len(passwords) > 0: nzbtomedia.logger.info("EXTRACTOR: Attempting to extract with passwords") - success = 0 for password in passwords: if password == "": # if edited in windows or otherwise if blank lines. continue