summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/FilecloudIo.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/FilecloudIo.py')
-rw-r--r--pyload/plugins/hoster/FilecloudIo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/FilecloudIo.py b/pyload/plugins/hoster/FilecloudIo.py
index c9f872617..8ccef67e1 100644
--- a/pyload/plugins/hoster/FilecloudIo.py
+++ b/pyload/plugins/hoster/FilecloudIo.py
@@ -80,7 +80,7 @@ class FilecloudIo(SimpleHoster):
captcha_key = found.group(1) if found else self.RECAPTCHA_KEY
data["ctype"] = "recaptcha"
- for i in range(5):
+ for _ in xrange(5):
data["recaptcha_challenge"], data["recaptcha_response"] = recaptcha.challenge(captcha_key)
json_url = "http://filecloud.io/download-request.json"