summaryrefslogtreecommitdiffstats
path: root/module/captcha/LinksaveIn.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-10 15:44:37 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-10 15:44:37 +0100
commit2c7203032324820c122b1e7b77604212391f75f9 (patch)
treecc5e1b4802672a2927de922ccfe884dd93eb2e6c /module/captcha/LinksaveIn.py
parentincomplete: gui model-view stuff (diff)
downloadpyload-2c7203032324820c122b1e7b77604212391f75f9.tar.xz
cleaned some code, pyLoad Script Support (closed #16)
Diffstat (limited to 'module/captcha/LinksaveIn.py')
-rw-r--r--module/captcha/LinksaveIn.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/captcha/LinksaveIn.py b/module/captcha/LinksaveIn.py
index 15ccdb1ac..d6f61e362 100644
--- a/module/captcha/LinksaveIn.py
+++ b/module/captcha/LinksaveIn.py
@@ -6,7 +6,6 @@ from os.path import abspath
from glob import glob
import tempfile
-from pprint import pprint
class LinksaveIn(OCR):
def __init__(self):
@@ -144,7 +143,6 @@ class LinksaveIn(OCR):
self.clean(4)
self.image.save(self.data_dir+"cleaned_pass2.png")
letters = self.split_captcha_letters()
- org = self.image
final = ""
for n, letter in enumerate(letters):
self.image = letter