diff options
author | KingZero <kingzero@pyload.org> | 2009-08-02 02:49:46 +0200 |
---|---|---|
committer | KingZero <kingzero@pyload.org> | 2009-08-02 02:49:46 +0200 |
commit | 1988522c74f0dd6bc18a29821aabee70c132ce5e (patch) | |
tree | e70ed92104dd80344f0312b03521c7216d92ce27 /captcha | |
parent | spoob... (diff) | |
download | pyload-1988522c74f0dd6bc18a29821aabee70c132ce5e.tar.xz |
added megaupload plugin
Diffstat (limited to 'captcha')
-rw-r--r-- | captcha/captcha.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/captcha/captcha.py b/captcha/captcha.py index 6d4cd86e8..073637795 100644 --- a/captcha/captcha.py +++ b/captcha/captcha.py @@ -75,7 +75,6 @@ class OCR(object): thread = RunThread() result = thread.e(command, inputdata) - print result return result def run_gocr(self): |