From 50c1d6c0642ac658a909481e412fd9e6e9a9a1d7 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 27 Dec 2015 20:06:05 +0100 Subject: Update some hosters --- module/plugins/hoster/MultishareCz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hoster/MultishareCz.py') diff --git a/module/plugins/hoster/MultishareCz.py b/module/plugins/hoster/MultishareCz.py index fd326da58..fca6974f9 100644 --- a/module/plugins/hoster/MultishareCz.py +++ b/module/plugins/hoster/MultishareCz.py @@ -46,7 +46,7 @@ class MultishareCz(SimpleHoster): self.update_info() - if not self.check_traffic(): + if self.out_of_traffic(): self.fail(_("Not enough credit left to download file")) self.download("http://dl%d.mms.multishare.cz/html/mms_process.php" % round(random.random() * 10000 * random.random()), -- cgit v1.2.3