From 7ca9e8959cd81c7bf28832e5402f54f2d1dd3172 Mon Sep 17 00:00:00 2001 From: mkaay Date: Wed, 11 Aug 2010 23:38:47 +0200 Subject: removed print --- module/plugins/accounts/ShareonlineBiz.py | 1 - 1 file changed, 1 deletion(-) (limited to 'module/plugins/accounts/ShareonlineBiz.py') 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) -- cgit v1.2.3