diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-08-01 02:36:15 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-08-01 02:36:15 +0200 |
commit | a9e1aacd52e53b734c1e18299141900c1c8c0c32 (patch) | |
tree | dd6fba116ca4e96de074d038eeb16905087ea235 /module/plugins/internal/Hoster.py | |
parent | Fix https://github.com/pyload/pyload/issues/1632 (diff) | |
download | pyload-a9e1aacd52e53b734c1e18299141900c1c8c0c32.tar.xz |
Fix https://github.com/pyload/pyload/issues/1636
Diffstat (limited to 'module/plugins/internal/Hoster.py')
-rw-r--r-- | module/plugins/internal/Hoster.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |