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/Captcha9kw.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyload/plugins/hook/Captcha9kw.py') diff --git a/pyload/plugins/hook/Captcha9kw.py b/pyload/plugins/hook/Captcha9kw.py index 5d04a6481..2fc098473 100644 --- a/pyload/plugins/hook/Captcha9kw.py +++ b/pyload/plugins/hook/Captcha9kw.py @@ -39,7 +39,7 @@ class Captcha9kw(Addon): API_URL = "http://www.9kw.eu/index.cgi" - def coreReady(self): + def activate(self): if self.getConfig("ssl"): self.API_URL = self.API_URL.replace("http://", "https://") @@ -164,7 +164,7 @@ class Captcha9kw(Addon): task.setResult(result) - def newCaptchaTask(self, task): + def captchaTask(self, task): if not task.isTextual() and not task.isPositional(): return -- cgit v1.2.3