summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/CatShareNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/accounts/CatShareNet.py')
-rw-r--r--module/plugins/accounts/CatShareNet.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/module/plugins/accounts/CatShareNet.py b/module/plugins/accounts/CatShareNet.py
index 1a7355095..da0eec4f0 100644
--- a/module/plugins/accounts/CatShareNet.py
+++ b/module/plugins/accounts/CatShareNet.py
@@ -26,7 +26,7 @@ class CatShareNet(Account):
validuntil = -1
trafficleft = -1
- html = self.load("http://catshare.net/", req=req)
+ html = self.load("http://catshare.net/")
if re.search(self.PREMIUM_PATTERN, html):
premium = True
@@ -54,8 +54,7 @@ class CatShareNet(Account):
post={'user_email' : user,
'user_password' : data['password'],
'remindPassword': 0,
- 'user[submit]' : "Login"},
- req=req)
+ 'user[submit]' : "Login"})
if not '<a href="/logout">Wyloguj</a>' in html:
self.wrong_password()