diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-09 00:31:28 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-09 00:31:28 +0200 |
commit | b7b1cf231cd77dc2011b0508432b0c0f7c908cd0 (patch) | |
tree | c502207af7179252cfbf30aff16716b87bcf66b7 | |
parent | netload fix (diff) | |
download | pyload-b7b1cf231cd77dc2011b0508432b0c0f7c908cd0.tar.xz |
netload fix no. 2
-rw-r--r-- | module/plugins/hoster/NetloadIn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/NetloadIn.py b/module/plugins/hoster/NetloadIn.py index f0f3db5cf..db0e856ab 100644 --- a/module/plugins/hoster/NetloadIn.py +++ b/module/plugins/hoster/NetloadIn.py @@ -194,7 +194,7 @@ class NetloadIn(Hoster): wait = self.get_wait_time(page) if i == 0: wait = 1 # wait only 1 sec contrary to time on website else: self.waitUntil = time - self.log.info(_("Netload: waiting for captcha %d s." % t - time())) + self.log.info(_("Netload: waiting for captcha %d s.") % (t- time())) #self.setWait(wait) self.wait() captchawaited = True |