diff options
author | igel-kun <mathiaswe@gmx.de> | 2015-12-17 17:05:44 +0100 |
---|---|---|
committer | igel-kun <mathiaswe@gmx.de> | 2015-12-17 17:05:44 +0100 |
commit | 32ca40415a2e07d649fe65267d6ccc73598f869a (patch) | |
tree | 0b4177ed46493e7d92aa9f5c0cc280c0df5d2a4a /module/plugins/hoster | |
parent | various fixes (diff) | |
download | pyload-32ca40415a2e07d649fe65267d6ccc73598f869a.tar.xz |
Update UpstoreNet.py
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r-- | module/plugins/hoster/UpstoreNet.py | 2 |
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: |