summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/HotfileCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/HotfileCom.py')
-rw-r--r--module/plugins/hoster/HotfileCom.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/module/plugins/hoster/HotfileCom.py b/module/plugins/hoster/HotfileCom.py
index ca44997c2..1b8fc0e7b 100644
--- a/module/plugins/hoster/HotfileCom.py
+++ b/module/plugins/hoster/HotfileCom.py
@@ -123,6 +123,8 @@ class HotfileCom(Hoster):
if int(match) == 0:
continue
else:
- self.wantReconnect = True
- return int(match)/1000 + 65
+ waittime = int(match)/1000 + 65
+ if waittime > 300:
+ self.wantReconnect = True
+ return waittime
return 65