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/CaptchaBrotherhood.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/plugins/hook/CaptchaBrotherhood.py') diff --git a/pyload/plugins/hook/CaptchaBrotherhood.py b/pyload/plugins/hook/CaptchaBrotherhood.py index b5e5f34ca..01c5588e3 100644 --- a/pyload/plugins/hook/CaptchaBrotherhood.py +++ b/pyload/plugins/hook/CaptchaBrotherhood.py @@ -127,7 +127,7 @@ class CaptchaBrotherhood(Addon): return res - def newCaptchaTask(self, task): + def captchaTask(self, task): if "service" in task.data: return False -- cgit v1.2.3