diff options
Diffstat (limited to 'pyload/plugins/hook/CaptchaBrotherhood.py')
-rw-r--r-- | pyload/plugins/hook/CaptchaBrotherhood.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |