summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/Premium4Me.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/Premium4Me.py')
-rw-r--r--module/plugins/hoster/Premium4Me.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/Premium4Me.py b/module/plugins/hoster/Premium4Me.py
index 8709aac82..135ad63c3 100644
--- a/module/plugins/hoster/Premium4Me.py
+++ b/module/plugins/hoster/Premium4Me.py
@@ -42,7 +42,7 @@ class Premium4Me(Hoster):
check = self.checkDownload({"nopremium": "No premium account available"})
if check == "nopremium":
- self.retry(60, 300, 'No premium account available')
+ self.retry(60, 5 * 60, "No premium account available")
err = ''
if self.req.http.code == '420':