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/GigapetaCom.py | |
parent | [DodanePl] Typo fixup (diff) | |
download | pyload-5a23de6f32dc99960cccd634d2fd2cc47c34be2a.tar.xz |
Code cosmetics about checkErrors
Diffstat (limited to 'module/plugins/hoster/GigapetaCom.py')
-rw-r--r-- | module/plugins/hoster/GigapetaCom.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/plugins/hoster/GigapetaCom.py b/module/plugins/hoster/GigapetaCom.py index c015b8ac3..37af7f216 100644 --- a/module/plugins/hoster/GigapetaCom.py +++ b/module/plugins/hoster/GigapetaCom.py @@ -61,5 +61,7 @@ class GigapetaCom(SimpleHoster): self.wait(5 * 60, True) self.retry() + self.info.pop('error', None) + getInfo = create_getInfo(GigapetaCom) |