From 34728780b6f4f560dbb033e8955b7c2f1dec02e5 Mon Sep 17 00:00:00 2001 From: GammaC0de Date: Tue, 4 Aug 2015 22:48:26 +0300 Subject: [Account] fix relogin not working --- module/plugins/internal/Account.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'module/plugins') 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) -- cgit v1.2.3