summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/RapidgatorNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/accounts/RapidgatorNet.py')
-rw-r--r--module/plugins/accounts/RapidgatorNet.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/accounts/RapidgatorNet.py b/module/plugins/accounts/RapidgatorNet.py
index 7732925b7..dfbe338ff 100644
--- a/module/plugins/accounts/RapidgatorNet.py
+++ b/module/plugins/accounts/RapidgatorNet.py
@@ -58,8 +58,8 @@ class RapidgatorNet(Account):
def login(self, user, data, req):
try:
html = self.load(urlparse.urljoin(self.API_URL, "login"),
- post={"username": user,
- "password": data['password']})
+ post={'username': user,
+ 'password': data['password']})
self.log_debug("API:LOGIN", html)