diff options
author | 2015-10-08 03:08:17 +0200 | |
---|---|---|
committer | 2015-10-08 03:08:17 +0200 | |
commit | 035d8c554c9e24206f9dc6f76e17fbe9e4c3607f (patch) | |
tree | 3b173d98512f33233d4aeb2906493d3abeea2369 /module/plugins/accounts/OneFichierCom.py | |
parent | Merge pull request #1957 from GammaC0de/patch-3 (diff) | |
download | pyload-035d8c554c9e24206f9dc6f76e17fbe9e4c3607f.tar.xz |
Fixpack (4)
Diffstat (limited to 'module/plugins/accounts/OneFichierCom.py')
-rw-r--r-- | module/plugins/accounts/OneFichierCom.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 |