From 6a0fb7fdd4ea2749be44625225d8a235a78f032f Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 11 Oct 2014 15:42:39 +0200 Subject: [accounts] Code cosmetics --- module/plugins/accounts/PremiumTo.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/plugins/accounts/PremiumTo.py') diff --git a/module/plugins/accounts/PremiumTo.py b/module/plugins/accounts/PremiumTo.py index 4ab107094..d13d9b866 100644 --- a/module/plugins/accounts/PremiumTo.py +++ b/module/plugins/accounts/PremiumTo.py @@ -22,6 +22,7 @@ class PremiumTo(Account): return {"trafficleft": int(traffic) / 1024, "validuntil": -1} + def login(self, user, data, req): self.username = user self.password = data['password'] -- cgit v1.2.3