From 035d8c554c9e24206f9dc6f76e17fbe9e4c3607f Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 8 Oct 2015 03:08:17 +0200 Subject: Fixpack (4) --- module/plugins/accounts/OneFichierCom.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/plugins/accounts/OneFichierCom.py') diff --git a/module/plugins/accounts/OneFichierCom.py b/module/plugins/accounts/OneFichierCom.py index 42838690e..56d9c16a8 100644 --- a/module/plugins/accounts/OneFichierCom.py +++ b/module/plugins/accounts/OneFichierCom.py @@ -38,7 +38,8 @@ class OneFichierCom(Account): validuntil = time.mktime(time.strptime(expiredate, "%Y-%m-%d")) except Exception, e: - self.log_error(e) + self.log_error(e, trace=True) + else: premium = True -- cgit v1.2.3