From 1b2591b0650a6a0be1ad41022f6019d17192f195 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 11 Dec 2014 01:04:07 +0100 Subject: Rename some Addon methods --- pyload/plugins/hook/BypassCaptcha.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/plugins/hook/BypassCaptcha.py') diff --git a/pyload/plugins/hook/BypassCaptcha.py b/pyload/plugins/hook/BypassCaptcha.py index e5c455276..9c6d662e0 100644 --- a/pyload/plugins/hook/BypassCaptcha.py +++ b/pyload/plugins/hook/BypassCaptcha.py @@ -89,7 +89,7 @@ class BypassCaptcha(Addon): self.logError(_("Could not send response"), e) - def newCaptchaTask(self, task): + def captchaTask(self, task): if "service" in task.data: return False -- cgit v1.2.3