From 48cfb042a9b75b7928d39ee2fd1190fd39e0db4b Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 4 Oct 2014 15:56:53 +0200 Subject: [OboomCom] Fix account login --- module/plugins/Account.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'module/plugins/Account.py') 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) -- cgit v1.2.3