From 32ca40415a2e07d649fe65267d6ccc73598f869a Mon Sep 17 00:00:00 2001
From: igel-kun <mathiaswe@gmx.de>
Date: Thu, 17 Dec 2015 17:05:44 +0100
Subject: Update UpstoreNet.py

---
 module/plugins/hoster/UpstoreNet.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'module/plugins/hoster')

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:
-- 
cgit v1.2.3