From 2c7203032324820c122b1e7b77604212391f75f9 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 10 Dec 2009 15:44:37 +0100 Subject: cleaned some code, pyLoad Script Support (closed #16) --- module/captcha/LinksaveIn.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'module/captcha/LinksaveIn.py') 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 -- cgit v1.2.3