summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
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"))