summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-09 19:33:40 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-09 19:33:40 +0200
commitd050a96342627db76dc5ac9af951c948de2fc075 (patch)
tree7ab189620a2cdcdf0b989266d75b9d6a124350b1 /pyLoadCore.py
parentaccount save function, DELETE OLD accounts.conf !!! (diff)
downloadpyload-d050a96342627db76dc5ac9af951c948de2fc075.tar.xz
removed gocr dependency
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 2bc2a946e..644ccf925 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -182,11 +182,10 @@ class Core(object):
#@TODO refractor
self.check_install("Crypto", _("pycrypto to decode container files"))
- self.check_install("Image", _("Python Image Libary (PIL) for captha reading"))
+ self.check_install("Image", _("Python Image Libary (PIL) for captcha reading"))
self.check_install("pycurl", _("pycurl to download any files"), True, True)
self.check_install("django", _("Django for webinterface"))
self.check_install("tesseract", _("tesseract for captcha reading"), False)
- self.check_install("gocr", _("gocr for captcha reading"), False)
self.check_file(self.config['general']['download_folder'], _("folder for downloads"), True)