diff options
Diffstat (limited to 'captcha')
-rw-r--r-- | captcha/captcha.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/captcha/captcha.py b/captcha/captcha.py index 073637795..6d4cd86e8 100644 --- a/captcha/captcha.py +++ b/captcha/captcha.py @@ -75,6 +75,7 @@ class OCR(object): thread = RunThread() result = thread.e(command, inputdata) + print result return result def run_gocr(self): |