From 600c9ceeaf07ba6461d4033756e917b022c532b6 Mon Sep 17 00:00:00 2001 From: mkaay Date: Thu, 3 Feb 2011 18:55:33 +0100 Subject: small bugfix --- module/plugins/Plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/plugins/Plugin.py b/module/plugins/Plugin.py index 0cbccda74..617e2e20a 100644 --- a/module/plugins/Plugin.py +++ b/module/plugins/Plugin.py @@ -222,12 +222,12 @@ class Plugin(object): def retry(self): """ begin again from the beginning """ if self.ctresult: - self.self.ctresult.fail() + self.ctresult.fail() raise Retry def invalidCaptcha(self): if self.ctresult: - self.self.ctresult.fail() + self.ctresult.fail() def correctCaptcha(self): if self.ctresult: -- cgit v1.2.3