diff options
author | Pavol Babincak <scroolik@gmail.com> | 2011-11-11 08:25:44 +0100 |
---|---|---|
committer | Pavol Babincak <scroolik@gmail.com> | 2011-11-11 08:25:44 +0100 |
commit | 274208ef38fb41498dfd4984b2275502dba8d343 (patch) | |
tree | ff9d09a4942261b6ddeb7d98daac749014a6f4f2 /module/plugins | |
parent | Detect offline files on HotfileCom (diff) | |
download | pyload-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.py | 2 |
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.") |