diff options
author | mkaay <mkaay@mkaay.de> | 2010-12-22 13:45:30 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-12-22 13:45:30 +0100 |
commit | dde6a329fdaa5dca48080770dee82cb51cf12585 (patch) | |
tree | d665099c49a0ef1f5c09a9d2f8b19ba09f531437 /module/plugins/Account.py | |
parent | at least its downloading now (diff) | |
download | pyload-dde6a329fdaa5dca48080770dee82cb51cf12585.tar.xz |
refactoring part 1: deprecation warnings, reduced debug, cookie compatibility
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 |