diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-08-02 17:13:17 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-08-02 17:14:54 +0200 |
commit | 5e15580202c44628f2fbfabad0c3f693975fb3c9 (patch) | |
tree | ee71375a4a374f96efd174572baa68850a58ab9d /module/plugins/internal/Account.py | |
parent | Merge pull request #1659 from skpyl/stable (diff) | |
download | pyload-5e15580202c44628f2fbfabad0c3f693975fb3c9.tar.xz |
Fix https://github.com/pyload/pyload/issues/1663
Diffstat (limited to 'module/plugins/internal/Account.py')
-rw-r--r-- | module/plugins/internal/Account.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/internal/Account.py b/module/plugins/internal/Account.py index 1da31eede..e9ba5e533 100644 --- a/module/plugins/internal/Account.py +++ b/module/plugins/internal/Account.py @@ -73,7 +73,6 @@ class Account(Plugin): finally: self.clean() - return res |