summaryrefslogtreecommitdiffstats
path: root/captcha
diff options
context:
space:
mode:
authorGravatar KingZero <kingzero@pyload.org> 2009-08-02 02:35:31 +0200
committerGravatar KingZero <kingzero@pyload.org> 2009-08-02 02:35:31 +0200
commit928215851eea350832e3e414a3b351d1ba1ca88b (patch)
tree3025fa79c9c8c677ab59465e99edce652f44c8a3 /captcha
parentAdded Megaupload.com Download Plugin (diff)
downloadpyload-928215851eea350832e3e414a3b351d1ba1ca88b.tar.xz
spoob...
Diffstat (limited to 'captcha')
-rw-r--r--captcha/captcha.py1
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):