From 20d0218b66177399ba923572949862bd6dff8498 Mon Sep 17 00:00:00 2001 From: synweap15 Date: Thu, 13 Aug 2015 14:43:53 +0200 Subject: fix NoPremiumPl account parse_info method signature --- module/plugins/accounts/NoPremiumPl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/accounts') diff --git a/module/plugins/accounts/NoPremiumPl.py b/module/plugins/accounts/NoPremiumPl.py index e9dad7647..3a3f3d1ce 100644 --- a/module/plugins/accounts/NoPremiumPl.py +++ b/module/plugins/accounts/NoPremiumPl.py @@ -32,7 +32,7 @@ class NoPremiumPl(Account): _pwd = None - def parse_info(self, name, req): + def parse_info(self, user, password, data, req): self._req = req try: result = json_loads(self.run_auth_query()) -- cgit v1.2.3