summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-07-28 22:06:31 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-07-28 22:06:31 +0200
commit5745baca2dd9c8831631489781ef950af5184081 (patch)
treee6c0f5705f83ef389907d151d0390e8f0af2ed68 /module/plugins/accounts
parentFix https://github.com/pyload/pyload/issues/1582 (diff)
downloadpyload-5745baca2dd9c8831631489781ef950af5184081.tar.xz
Fix https://github.com/pyload/pyload/issues/1520
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r--module/plugins/accounts/RPNetBiz.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/accounts/RPNetBiz.py b/module/plugins/accounts/RPNetBiz.py
index 5fd7e5878..d713cedca 100644
--- a/module/plugins/accounts/RPNetBiz.py
+++ b/module/plugins/accounts/RPNetBiz.py
@@ -7,7 +7,7 @@ from module.common.json_layer import json_loads
class RPNetBiz(Account):
__name__ = "RPNetBiz"
__type__ = "account"
- __version__ = "0.14"
+ __version__ = "0.15"
__status__ = "testing"
__description__ = """RPNet.biz account plugin"""
@@ -42,7 +42,7 @@ class RPNetBiz(Account):
self.login_fail()
- def get_account_status(self, user, password req):
+ def get_account_status(self, user, password, req):
#: Using the rpnet API, check if valid premium account
res = self.load("https://premium.rpnet.biz/client_api.php",
get={'username': user, 'password': password,