summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/LixIn.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/LixIn.py')
-rw-r--r--pyload/plugins/crypter/LixIn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/LixIn.py b/pyload/plugins/crypter/LixIn.py
index 601490ddd..f180e5677 100644
--- a/pyload/plugins/crypter/LixIn.py
+++ b/pyload/plugins/crypter/LixIn.py
@@ -37,7 +37,7 @@ class LixIn(Crypter):
matches = re.search(self.CAPTCHA_PATTERN, self.html)
if matches:
- for i in range(5):
+ for _ in xrange(5):
matches = re.search(self.CAPTCHA_PATTERN, self.html)
if matches:
self.logDebug("trying captcha")