From a9e1aacd52e53b734c1e18299141900c1c8c0c32 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 1 Aug 2015 02:36:15 +0200 Subject: Fix https://github.com/pyload/pyload/issues/1636 --- module/plugins/internal/Hoster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/internal/Hoster.py') diff --git a/module/plugins/internal/Hoster.py b/module/plugins/internal/Hoster.py index 1aea3804d..92afd3672 100644 --- a/module/plugins/internal/Hoster.py +++ b/module/plugins/internal/Hoster.py @@ -332,7 +332,7 @@ class Hoster(Plugin): return self.premium = False - self.account = None + self.account = False self.req = self.pyload.requestFactory.getRequest(self.__name__) raise Retry(encode(reason)) #@TODO: Remove `encode` in 0.4.10 -- cgit v1.2.3