summaryrefslogtreecommitdiffstats
path: root/module/plugins/Account.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-04 15:56:53 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-04 15:56:53 +0200
commit48cfb042a9b75b7928d39ee2fd1190fd39e0db4b (patch)
tree96de97bbe1e5d97c3b793b12b6a64f7733449ed0 /module/plugins/Account.py
parent[Dev-Host] Improve patterns a bit (diff)
downloadpyload-48cfb042a9b75b7928d39ee2fd1190fd39e0db4b.tar.xz
[OboomCom] Fix account login
Diffstat (limited to 'module/plugins/Account.py')
-rw-r--r--module/plugins/Account.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/module/plugins/Account.py b/module/plugins/Account.py
index 15e75b965..291ebf1f5 100644
--- a/module/plugins/Account.py
+++ b/module/plugins/Account.py
@@ -147,8 +147,10 @@ class Account(Base):
raise Exception("Wrong return format")
except Exception, e:
infos = {"error": str(e)}
+ print_exc()
- if req: req.close()
+ if req:
+ req.close()
self.logDebug("Account Info: %s" % infos)