summaryrefslogtreecommitdiffstats
path: root/module/plugins
diff options
context:
space:
mode:
authorGravatar zoidberg10 <zoidberg@mujmail.cz> 2012-03-16 00:42:29 +0100
committerGravatar zoidberg10 <zoidberg@mujmail.cz> 2012-03-16 00:42:29 +0100
commit84240737d244335d247cc41ca55d4f3e47d4936b (patch)
tree8ef9807c48f7efbf8a5828769adae24357b6a5d8 /module/plugins
parentadd Zevera.com; bitshare - might fix #554; add 120 new hosters (or maybe not) (diff)
downloadpyload-84240737d244335d247cc41ca55d4f3e47d4936b.tar.xz
shareonline.biz little fix
Diffstat (limited to 'module/plugins')
-rw-r--r--module/plugins/hoster/ShareonlineBiz.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/hoster/ShareonlineBiz.py b/module/plugins/hoster/ShareonlineBiz.py
index 6c188fc96..6e6ee1f3e 100644
--- a/module/plugins/hoster/ShareonlineBiz.py
+++ b/module/plugins/hoster/ShareonlineBiz.py
@@ -69,7 +69,8 @@ class ShareonlineBiz(Hoster):
"error" : re.compile("(Es ist ein unbekannter Fehler aufgetreten|An unknown error has occurred)")})
if check in ("invalid", "error"):
self.logError(self.lastCheck.group(1))
- if self.premium: self.account.getAccountInfo(self.user, force = True)
+ if self.premium:
+ self.account.getAccountInfo(self.user, True)
self.retry(reason=_("Invalid download ticket"))
def downloadAPIData(self):