From 229046d95d5ee4021a4b470347d43669a5efc70f Mon Sep 17 00:00:00 2001 From: CrazYoshi Date: Wed, 19 Mar 2014 11:49:42 +0100 Subject: Add space between args on operator > Add space between args on operator > --- module/plugins/accounts/EasybytezCom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/accounts/EasybytezCom.py') diff --git a/module/plugins/accounts/EasybytezCom.py b/module/plugins/accounts/EasybytezCom.py index 93a221615..ffd132ba3 100644 --- a/module/plugins/accounts/EasybytezCom.py +++ b/module/plugins/accounts/EasybytezCom.py @@ -49,7 +49,7 @@ class EasybytezCom(Account): validuntil = mktime(strptime(found.group(1), "%d %B %Y")) except Exception, e: self.logError(e) - if validuntil>mktime(gmtime()): + if validuntil > mktime(gmtime()): premium = True trafficleft = -1 else: -- cgit v1.2.3