diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-15 06:56:13 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-15 06:56:13 +0200 |
commit | f4b893e5ee24769584a2da1866c665489f7019ec (patch) | |
tree | 08d23a536fad2ccb799f683cda6543e1a45bb9a4 /module/plugins/hooks/CaptchaBrotherhood.py | |
parent | Fix https://github.com/pyload/pyload/issues/1498 (diff) | |
download | pyload-f4b893e5ee24769584a2da1866c665489f7019ec.tar.xz |
Hook plugin code cosmetics
Diffstat (limited to 'module/plugins/hooks/CaptchaBrotherhood.py')
-rw-r--r-- | module/plugins/hooks/CaptchaBrotherhood.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/CaptchaBrotherhood.py b/module/plugins/hooks/CaptchaBrotherhood.py index 6dbb67335..eecf49515 100644 --- a/module/plugins/hooks/CaptchaBrotherhood.py +++ b/module/plugins/hooks/CaptchaBrotherhood.py @@ -132,7 +132,7 @@ class CaptchaBrotherhood(Hook): return res - def newCaptchaTask(self, task): + def captcha_task(self, task): if "service" in task.data: return False |