From 274208ef38fb41498dfd4984b2275502dba8d343 Mon Sep 17 00:00:00 2001 From: Pavol Babincak Date: Fri, 11 Nov 2011 08:25:44 +0100 Subject: Properly fail if don't know how long to wait for HotfileCom file --- module/plugins/hoster/HotfileCom.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/plugins') 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.") -- cgit v1.2.3