From 1af7ad8e48ae3734848b772132bae0f072bf4394 Mon Sep 17 00:00:00 2001 From: Jeix Date: Sun, 16 Jan 2011 13:14:15 +0100 Subject: netfolder, hotfile fix, filesonic/sharingmatrix beta --- module/plugins/hoster/HotfileCom.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'module/plugins/hoster/HotfileCom.py') 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 -- cgit v1.2.3