summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts
diff options
context:
space:
mode:
authorGravatar synweap15 <shamdog+github@gmail.com> 2015-08-13 14:42:45 +0200
committerGravatar synweap15 <shamdog+github@gmail.com> 2015-08-13 14:42:45 +0200
commite74113e89924e48ebcd726bd0499b668431c2c84 (patch)
tree4145fff9b40e0b31cfbc02782f96ab41fc95e5c7 /module/plugins/accounts
parentFix https://github.com/pyload/pyload/issues/1707 (diff)
downloadpyload-e74113e89924e48ebcd726bd0499b668431c2c84.tar.xz
fix RapideoPl account parse_info method signature
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r--module/plugins/accounts/RapideoPl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/RapideoPl.py b/module/plugins/accounts/RapideoPl.py
index 42d084bdb..beb49a43a 100644
--- a/module/plugins/accounts/RapideoPl.py
+++ b/module/plugins/accounts/RapideoPl.py
@@ -32,7 +32,7 @@ class RapideoPl(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())