From b96213c5e8ea5f3ca1d17e77877deb0b977f1ebf Mon Sep 17 00:00:00 2001 From: Stefano Date: Tue, 23 Jul 2013 21:10:07 +0200 Subject: Fixed some errors (cherry picked from commit 5f673918f7c1638794c7024bc0631daff65282de) --- pyload/plugins/crypter/LixIn.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pyload/plugins/crypter/LixIn.py') diff --git a/pyload/plugins/crypter/LixIn.py b/pyload/plugins/crypter/LixIn.py index b7a188e81..52abe1b3c 100644 --- a/pyload/plugins/crypter/LixIn.py +++ b/pyload/plugins/crypter/LixIn.py @@ -46,7 +46,6 @@ class LixIn(Crypter): post={"capt": captcharesult, "submit": "submit", "tiny": id}) else: self.logDebug("no captcha/captcha solved") - break else: self.html = self.req.load(url, decode=True, post={"submit": "submit", "tiny": id}) -- cgit v1.2.3