summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-08-04 21:48:26 +0200
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-08-04 21:48:26 +0200
commit34728780b6f4f560dbb033e8955b7c2f1dec02e5 (patch)
treecb3499afa01eb34a577ecd37985e881e3501e37f /module
parentMerge pull request #1697 from jellysheep/patch-2 (diff)
downloadpyload-34728780b6f4f560dbb033e8955b7c2f1dec02e5.tar.xz
[Account] fix relogin not working
Diffstat (limited to 'module')
-rw-r--r--module/plugins/internal/Account.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/module/plugins/internal/Account.py b/module/plugins/internal/Account.py
index ec89caa00..2713e8da4 100644
--- a/module/plugins/internal/Account.py
+++ b/module/plugins/internal/Account.py
@@ -13,7 +13,7 @@ from module.utils import compare_time, lock, parseFileSize as parse_size
class Account(Plugin):
__name__ = "Account"
__type__ = "account"
- __version__ = "0.16"
+ __version__ = "0.17"
__status__ = "testing"
__description__ = """Base account plugin"""
@@ -83,9 +83,6 @@ class Account(Plugin):
req.clearCookies()
self.clean()
- if user in self.info:
- self.info[user]['login'].clear()
-
return self._login(user)