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/FshareVn.py | |
parent | [DodanePl] Typo fixup (diff) | |
download | pyload-5a23de6f32dc99960cccd634d2fd2cc47c34be2a.tar.xz |
Code cosmetics about checkErrors
Diffstat (limited to 'module/plugins/hoster/FshareVn.py')
-rw-r--r-- | module/plugins/hoster/FshareVn.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/plugins/hoster/FshareVn.py b/module/plugins/hoster/FshareVn.py index 2ab65ae99..3c230bbe2 100644 --- a/module/plugins/hoster/FshareVn.py +++ b/module/plugins/hoster/FshareVn.py @@ -112,6 +112,8 @@ class FshareVn(SimpleHoster): self.logError(msg) self.retry(30, 2 * 60, msg) + self.info.pop('error', None) + def checkDownloadedFile(self): # check download |