diff options
author | 2014-04-11 12:16:14 +0200 | |
---|---|---|
committer | 2014-04-11 12:16:14 +0200 | |
commit | 12485652a14c55e102e5d073f4bf9518f5cf5f85 (patch) | |
tree | f299ee7b7b8cecfa6b0e229b17d39b3eb892af1d /module/plugins/captcha | |
parent | Fix __config__ (diff) | |
download | pyload-12485652a14c55e102e5d073f4bf9518f5cf5f85.tar.xz |
Fix EOF
Merges vuolter/pyload@00052b2
Diffstat (limited to 'module/plugins/captcha')
-rw-r--r-- | module/plugins/captcha/captcha.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/captcha/captcha.py b/module/plugins/captcha/captcha.py index bbd871b71..66f093e40 100644 --- a/module/plugins/captcha/captcha.py +++ b/module/plugins/captcha/captcha.py @@ -312,4 +312,3 @@ if __name__ == '__main__': ocr.run_tesser() print "Tesseract", ocr.result_captcha ocr.image.save("derotated.jpg") - |