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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/CatShareNet.py b/module/plugins/accounts/CatShareNet.py
index 3ddadca8e..aa8be6854 100644
--- a/module/plugins/accounts/CatShareNet.py
+++ b/module/plugins/accounts/CatShareNet.py
@@ -50,7 +50,7 @@ class CatShareNet(Account):
def login(self, user, data, req):
- html = req.load("http://catshare.net/login",
+ html = req.load("https://catshare.net/login",
post={'user_email': user,
'user_password': data['password'],
'remindPassword': 0,