diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-28 20:47:31 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-28 20:47:31 +0200 |
commit | 1b06d629938ccc676a0aa079c96017c32751748d (patch) | |
tree | a0291ecdb6bc31ecaaff233b950934a054a6a040 /pyLoadCore.py | |
parent | dump all loads in debug mode (diff) | |
download | pyload-1b06d629938ccc676a0aa079c96017c32751748d.tar.xz |
dont check for pil
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 1 insertions, 1 deletions
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")) |