diff options
Diffstat (limited to 'module/plugins/Account.py')
-rw-r--r-- | module/plugins/Account.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/module/plugins/Account.py b/module/plugins/Account.py index 7867ccdcd..0c2bcb770 100644 --- a/module/plugins/Account.py +++ b/module/plugins/Account.py @@ -56,8 +56,6 @@ class Account(): data["valid"] = False if self.core.debug: print_exc() - finally: - req.clean() def setAccounts(self, accounts): self.accounts = accounts @@ -96,8 +94,6 @@ class Account(): raise Exception("Wrong return format") except Exception, e: infos = {"error": str(e)} - finally: - req.clean() self.core.log.debug("Account Info: %s" % str(infos)) self.infos[name] = infos |