summaryrefslogtreecommitdiffstats
path: root/module/plugins
diff options
context:
space:
mode:
authorGravatar Pavol Babincak <scroolik@gmail.com> 2011-11-11 08:25:44 +0100
committerGravatar Pavol Babincak <scroolik@gmail.com> 2011-11-11 08:25:44 +0100
commit274208ef38fb41498dfd4984b2275502dba8d343 (patch)
treeff9d09a4942261b6ddeb7d98daac749014a6f4f2 /module/plugins
parentDetect offline files on HotfileCom (diff)
downloadpyload-274208ef38fb41498dfd4984b2275502dba8d343.tar.xz
Properly fail if don't know how long to wait for HotfileCom file
Diffstat (limited to 'module/plugins')
-rw-r--r--module/plugins/hoster/HotfileCom.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/plugins/hoster/HotfileCom.py b/module/plugins/hoster/HotfileCom.py
index a51d2f062..9c056d899 100644
--- a/module/plugins/hoster/HotfileCom.py
+++ b/module/plugins/hoster/HotfileCom.py
@@ -136,3 +136,5 @@ class HotfileCom(Hoster):
self.wantReconnect = True
return waittime
return 65
+ else:
+ self.fail("Don't know how long to wait. Cannot proceed.")