summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
Diffstat (limited to 'module')
-rw-r--r--module/plugins/accounts/ShareonlineBiz.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/accounts/ShareonlineBiz.py b/module/plugins/accounts/ShareonlineBiz.py
index 096d98273..fa5cc362c 100644
--- a/module/plugins/accounts/ShareonlineBiz.py
+++ b/module/plugins/accounts/ShareonlineBiz.py
@@ -35,6 +35,5 @@ class ShareonlineBiz(Account):
post_vars = {"user": user,
"pass": data["password"],
"l_rememberme":"1"}
- print post_vars
req.lastURL = "http://www.share-online.biz/alpha/"
req.load("https://www.share-online.biz/alpha/user/login", cookies=True, post=post_vars)