diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-19 17:34:57 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-19 17:34:57 +0100 |
commit | 6dd1e89769c923cbd38bf53d3c97a4031d76e2ad (patch) | |
tree | ad0c811e8c0f48f1b29677627d9743dd2855089d /module/plugins/hoster/ShareonlineBiz.py | |
parent | closing all shareonline request correctly (diff) | |
download | pyload-6dd1e89769c923cbd38bf53d3c97a4031d76e2ad.tar.xz |
fixes last commit
Diffstat (limited to 'module/plugins/hoster/ShareonlineBiz.py')
-rw-r--r-- | module/plugins/hoster/ShareonlineBiz.py | 2 |
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"]) |