From bc00fd36d7e29c995c370ed630a7db995537ad61 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 5 Feb 2011 16:39:14 +0100 Subject: closed #230 --- 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 3891cba94..1ecc3ded3 100644 --- a/module/plugins/Plugin.py +++ b/module/plugins/Plugin.py @@ -226,7 +226,7 @@ class Plugin(object): def correctCaptcha(self): if self.cTask: - self.cTask.success() + self.cTask.correct() 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