summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/CaptchaBrotherhood.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hooks/CaptchaBrotherhood.py')
-rw-r--r--module/plugins/hooks/CaptchaBrotherhood.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/CaptchaBrotherhood.py b/module/plugins/hooks/CaptchaBrotherhood.py
index eecf49515..1f2bbf956 100644
--- a/module/plugins/hooks/CaptchaBrotherhood.py
+++ b/module/plugins/hooks/CaptchaBrotherhood.py
@@ -154,7 +154,7 @@ class CaptchaBrotherhood(Hook):
self.logInfo(_("Your CaptchaBrotherhood Account has not enough credits"))
- def captchaInvalid(self, task):
+ def captcha_invalid(self, task):
if task.data['service'] == self.__name__ and "ticket" in task.data:
res = self.api_response("complainCaptcha", task.data['ticket'])