diff options
| -rw-r--r-- | module/plugins/accounts/NoPremiumPl.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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()) | 
