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 4efffb784..9f08003ed 100644
--- a/module/plugins/hoster/SendspaceCom.py
+++ b/module/plugins/hoster/SendspaceCom.py
@@ -38,7 +38,7 @@ class SendspaceCom(SimpleHoster):
def handleFree(self):
params = {}
- for i in range(3):
+ for _ in xrange(3):
found = re.search(self.DOWNLOAD_URL_PATTERN, self.html)
if found:
if 'captcha_hash' in params: