summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-10-09 00:31:28 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-10-09 00:31:28 +0200
commitb7b1cf231cd77dc2011b0508432b0c0f7c908cd0 (patch)
treec502207af7179252cfbf30aff16716b87bcf66b7
parentnetload fix (diff)
downloadpyload-b7b1cf231cd77dc2011b0508432b0c0f7c908cd0.tar.xz
netload fix no. 2
-rw-r--r--module/plugins/hoster/NetloadIn.py2
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