From 84240737d244335d247cc41ca55d4f3e47d4936b Mon Sep 17 00:00:00 2001 From: zoidberg10 Date: Fri, 16 Mar 2012 00:42:29 +0100 Subject: shareonline.biz little fix --- module/plugins/hoster/ShareonlineBiz.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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): -- cgit v1.2.3