summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/ExpertDecoders.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hooks/ExpertDecoders.py')
-rw-r--r--module/plugins/hooks/ExpertDecoders.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/ExpertDecoders.py b/module/plugins/hooks/ExpertDecoders.py
index 105abca79..8a2a836aa 100644
--- a/module/plugins/hooks/ExpertDecoders.py
+++ b/module/plugins/hooks/ExpertDecoders.py
@@ -72,7 +72,7 @@ class ExpertDecoders(Hook):
task.setResult(result)
- def newCaptchaTask(self, task):
+ def captcha_task(self, task):
if not task.isTextual():
return False