summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/SendspaceCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/SendspaceCom.py')
-rw-r--r--module/plugins/hoster/SendspaceCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/SendspaceCom.py b/module/plugins/hoster/SendspaceCom.py
index f8e720070..62c6e4a70 100644
--- a/module/plugins/hoster/SendspaceCom.py
+++ b/module/plugins/hoster/SendspaceCom.py
@@ -28,7 +28,7 @@ class SendspaceCom(SimpleHoster):
def handleFree(self):
params = {}
- for _ in xrange(3):
+ for _i in xrange(3):
m = re.search(self.LINK_PATTERN, self.html)
if m:
if 'captcha_hash' in params: