From e91d1b7b50c97fdbec0f99c071d3fd19b25e57bc Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 29 Jul 2015 12:23:29 +0200 Subject: [Plugin] Fix set_cookies --- module/plugins/accounts/ShareonlineBiz.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'module/plugins/accounts') diff --git a/module/plugins/accounts/ShareonlineBiz.py b/module/plugins/accounts/ShareonlineBiz.py index 31a1a24c6..1945b2743 100644 --- a/module/plugins/accounts/ShareonlineBiz.py +++ b/module/plugins/accounts/ShareonlineBiz.py @@ -18,10 +18,10 @@ class ShareonlineBiz(Account): def api_response(self, user, password, req): return self.load("http://api.share-online.biz/cgi-bin", - get={'q' : "userdetails", - 'aux' : "traffic", - 'username': user, - 'password': password}) + get={'q' : "userdetails", + 'aux' : "traffic", + 'username': user, + 'password': password}) def parse_info(self, user, password, data, req): -- cgit v1.2.3