From 928215851eea350832e3e414a3b351d1ba1ca88b Mon Sep 17 00:00:00 2001 From: KingZero Date: Sun, 2 Aug 2009 02:35:31 +0200 Subject: spoob... --- captcha/captcha.py | 1 + 1 file changed, 1 insertion(+) (limited to 'captcha/captcha.py') 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): -- cgit v1.2.3