diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-05 23:08:44 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-05 23:08:44 +0100 |
commit | 5a23de6f32dc99960cccd634d2fd2cc47c34be2a (patch) | |
tree | 0e2f303aa2d2309dd19586ee9badc9b857941668 /module/plugins/hoster/BezvadataCz.py | |
parent | [DodanePl] Typo fixup (diff) | |
download | pyload-5a23de6f32dc99960cccd634d2fd2cc47c34be2a.tar.xz |
Code cosmetics about checkErrors
Diffstat (limited to 'module/plugins/hoster/BezvadataCz.py')
-rw-r--r-- | module/plugins/hoster/BezvadataCz.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/plugins/hoster/BezvadataCz.py b/module/plugins/hoster/BezvadataCz.py index cefa04e9e..d89616c86 100644 --- a/module/plugins/hoster/BezvadataCz.py +++ b/module/plugins/hoster/BezvadataCz.py @@ -83,6 +83,8 @@ class BezvadataCz(SimpleHoster): elif '<div class="infobox' in self.html: self.tempOffline() + self.info.pop('error', None) + def loadcaptcha(self, data, *args, **kwargs): return data.decode("base64") |