summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/LixIn.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-07-23 21:10:07 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-07-23 21:11:17 +0200
commitb96213c5e8ea5f3ca1d17e77877deb0b977f1ebf (patch)
tree2ccf5c5293ebebe08395c7783031c68217f2887f /pyload/plugins/crypter/LixIn.py
parentFixed PEP 8 violations in Accounts (diff)
downloadpyload-b96213c5e8ea5f3ca1d17e77877deb0b977f1ebf.tar.xz
Fixed some errors
(cherry picked from commit 5f673918f7c1638794c7024bc0631daff65282de)
Diffstat (limited to 'pyload/plugins/crypter/LixIn.py')
-rw-r--r--pyload/plugins/crypter/LixIn.py1
1 files changed, 0 insertions, 1 deletions
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})