From 1b06d629938ccc676a0aa079c96017c32751748d Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 28 Oct 2010 20:47:31 +0200 Subject: dont check for pil --- pyLoadCore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index 82900e58a..b8d192e8b 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -238,7 +238,7 @@ class Core(object): self.check_file("tmp", _("folder for temporary files"), True) tesser = self.check_install("tesseract", _("tesseract for captcha reading"), False) if os.name != "nt" else True - self.captcha = img and tesser + self.captcha = tesser self.check_file(self.config['general']['download_folder'], _("folder for downloads"), True) self.check_file("links.txt", _("file for links")) -- cgit v1.2.3