summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster
diff options
context:
space:
mode:
authorGravatar igel-kun <mathiaswe@gmx.de> 2015-12-17 17:05:44 +0100
committerGravatar igel-kun <mathiaswe@gmx.de> 2015-12-17 17:05:44 +0100
commit32ca40415a2e07d649fe65267d6ccc73598f869a (patch)
tree0b4177ed46493e7d92aa9f5c0cc280c0df5d2a4a /module/plugins/hoster
parentvarious fixes (diff)
downloadpyload-32ca40415a2e07d649fe65267d6ccc73598f869a.tar.xz
Update UpstoreNet.py
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r--module/plugins/hoster/UpstoreNet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/UpstoreNet.py b/module/plugins/hoster/UpstoreNet.py
index 90b921c0a..4fcf6dcfa 100644
--- a/module/plugins/hoster/UpstoreNet.py
+++ b/module/plugins/hoster/UpstoreNet.py
@@ -73,7 +73,7 @@ class UpstoreNet(SimpleHoster):
if m is not None:
wait_time = 60* int(m.group(1))
self.wantReconnect = True
- self.retry(wait_time=wait_time, reason=_("Please wait to download this file"))
+ self.retry(wait=wait_time, reason=_("Please wait to download this file"))
m = re.search(self.LINK_FREE_PATTERN, self.data, re.S)
if m is not None: