From a5b840079dfa281127c0fc0f5a13708b5ecb5031 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 19 Jul 2015 12:13:02 +0200 Subject: [OCR] Fix __init__ --- module/plugins/internal/Hoster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/internal/Hoster.py') diff --git a/module/plugins/internal/Hoster.py b/module/plugins/internal/Hoster.py index f5566fb6e..e9fc81e7a 100644 --- a/module/plugins/internal/Hoster.py +++ b/module/plugins/internal/Hoster.py @@ -376,7 +376,7 @@ class Hoster(Plugin): if self.pyfile.abort: self.abort() - ocr = Ocr() + ocr = Ocr(self.pyfile) result = ocr.get_captcha(tmpCaptcha.name) else: captchaManager = self.pyload.captchaManager -- cgit v1.2.3