From 6f5c0e4df6af2db41bfe05ff5bfe9d0e510a8255 Mon Sep 17 00:00:00 2001 From: mkaay Date: Tue, 1 Feb 2011 22:24:40 +0100 Subject: closes #226, #227 --- module/plugins/Plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/Plugin.py') diff --git a/module/plugins/Plugin.py b/module/plugins/Plugin.py index 0a1eba0ee..0cbccda74 100644 --- a/module/plugins/Plugin.py +++ b/module/plugins/Plugin.py @@ -231,7 +231,7 @@ class Plugin(object): def correctCaptcha(self): if self.ctresult: - self.self.ctresult.success() + self.ctresult.success() def decryptCaptcha(self, url, get={}, post={}, cookies=False, forceUser=False, imgtype="jpg"): """ loads the catpcha and decrypt it or ask the user for input """ -- cgit v1.2.3