From d68938a9a7fbfb079b0a6de469de766b5892d769 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 11 Apr 2014 12:18:22 +0200 Subject: Remove bad whitespaces Merges vuolter/pyload@e4b2562 --- module/plugins/captcha/ShareonlineBiz.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'module/plugins/captcha/ShareonlineBiz.py') diff --git a/module/plugins/captcha/ShareonlineBiz.py b/module/plugins/captcha/ShareonlineBiz.py index b07fb9b0f..a759f80ce 100644 --- a/module/plugins/captcha/ShareonlineBiz.py +++ b/module/plugins/captcha/ShareonlineBiz.py @@ -21,10 +21,10 @@ from captcha import OCR class ShareonlineBiz(OCR): __name__ = "ShareonlineBiz" - + def __init__(self): OCR.__init__(self) - + def get_captcha(self, image): self.load_image(image) self.to_greyscale() @@ -35,7 +35,7 @@ class ShareonlineBiz(OCR): #self.derotate_by_average() letters = self.split_captcha_letters() - + final = "" for letter in letters: self.image = letter -- cgit v1.2.3