summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/BypassCaptcha.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-06-15 06:56:13 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-06-15 06:56:13 +0200
commitf4b893e5ee24769584a2da1866c665489f7019ec (patch)
tree08d23a536fad2ccb799f683cda6543e1a45bb9a4 /module/plugins/hooks/BypassCaptcha.py
parentFix https://github.com/pyload/pyload/issues/1498 (diff)
downloadpyload-f4b893e5ee24769584a2da1866c665489f7019ec.tar.xz
Hook plugin code cosmetics
Diffstat (limited to 'module/plugins/hooks/BypassCaptcha.py')
-rw-r--r--module/plugins/hooks/BypassCaptcha.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/BypassCaptcha.py b/module/plugins/hooks/BypassCaptcha.py
index e2abf617c..4b50ef800 100644
--- a/module/plugins/hooks/BypassCaptcha.py
+++ b/module/plugins/hooks/BypassCaptcha.py
@@ -95,7 +95,7 @@ class BypassCaptcha(Hook):
self.logError(_("Could not send response"), e)
- def newCaptchaTask(self, task):
+ def captcha_task(self, task):
if "service" in task.data:
return False