summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/UpstoreNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/UpstoreNet.py')
-rw-r--r--pyload/plugin/hoster/UpstoreNet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/UpstoreNet.py b/pyload/plugin/hoster/UpstoreNet.py
index 27fc68dc6..adf63e382 100644
--- a/pyload/plugin/hoster/UpstoreNet.py
+++ b/pyload/plugin/hoster/UpstoreNet.py
@@ -43,7 +43,7 @@ class UpstoreNet(SimpleHoster):
recaptcha = ReCaptcha(self)
# try the captcha 5 times
- for i in xrange(5):
+ for _i in xrange(5):
m = re.search(self.WAIT_PATTERN, self.html)
if m is None:
self.error(_("Wait pattern not found"))