summaryrefslogtreecommitdiffstats
path: root/module/captcha
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-12-17 19:50:28 +0100
committerGravatar spoob <spoob@gmx.de> 2009-12-17 19:50:28 +0100
commita9ca2d6f303f38bd2d8171b6d801b20df8cc609f (patch)
tree18e6956e354519b57373f401b317e214fb845589 /module/captcha
parentFixed Megaupload, need better captcha detection (diff)
downloadpyload-a9ca2d6f303f38bd2d8171b6d801b20df8cc609f.tar.xz
better Megaupload captcha detection, fixed #38
Diffstat (limited to 'module/captcha')
-rw-r--r--module/captcha/MegauploadCom.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/captcha/MegauploadCom.py b/module/captcha/MegauploadCom.py
index 40939c792..374bcd678 100644
--- a/module/captcha/MegauploadCom.py
+++ b/module/captcha/MegauploadCom.py
@@ -6,7 +6,6 @@ class MegauploadCom(OCR):
def get_captcha(self, image):
self.load_image(image)
- self.threshold(2.8)
self.run_tesser()
return self.result_captcha