diff options
Diffstat (limited to 'module/plugins/accounts/NowVideoSx.py')
-rw-r--r-- | module/plugins/accounts/NowVideoSx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/NowVideoSx.py b/module/plugins/accounts/NowVideoSx.py index 36d26930a..3375207d9 100644 --- a/module/plugins/accounts/NowVideoSx.py +++ b/module/plugins/accounts/NowVideoSx.py @@ -36,7 +36,7 @@ class NowVideoSx(Account): validuntil = time.mktime(time.strptime(expiredate, "%Y-%b-%d")) except Exception, e: - self.log_error(e) + self.log_error(e, trace=True) else: if validuntil > time.mktime(time.gmtime()): |