summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/ShareonlineBiz.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-02-19 17:34:57 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-02-19 17:34:57 +0100
commit6dd1e89769c923cbd38bf53d3c97a4031d76e2ad (patch)
treead0c811e8c0f48f1b29677627d9743dd2855089d /module/plugins/hoster/ShareonlineBiz.py
parentclosing all shareonline request correctly (diff)
downloadpyload-6dd1e89769c923cbd38bf53d3c97a4031d76e2ad.tar.xz
fixes last commit
Diffstat (limited to 'module/plugins/hoster/ShareonlineBiz.py')
-rw-r--r--module/plugins/hoster/ShareonlineBiz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/ShareonlineBiz.py b/module/plugins/hoster/ShareonlineBiz.py
index d3136503f..419d677f6 100644
--- a/module/plugins/hoster/ShareonlineBiz.py
+++ b/module/plugins/hoster/ShareonlineBiz.py
@@ -117,7 +117,7 @@ class ShareonlineBiz(Hoster):
def handleAPIPremium(self): #should be working better
self.resumeDownload = True
- info = self.account.getUserAPI(self.req)
+ info = self.account.getUserAPI(self.user, self.req)
if info["dl"].lower() == "not_available":
self.fail("DL API error")
self.req.cj.setCookie("share-online.biz", "dl", info["dl"])