diff options
author | 2015-06-15 06:56:13 +0200 | |
---|---|---|
committer | 2015-06-15 06:56:13 +0200 | |
commit | f4b893e5ee24769584a2da1866c665489f7019ec (patch) | |
tree | 08d23a536fad2ccb799f683cda6543e1a45bb9a4 /module/plugins/hooks/ExpertDecoders.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/ExpertDecoders.py')
-rw-r--r-- | module/plugins/hooks/ExpertDecoders.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/ExpertDecoders.py b/module/plugins/hooks/ExpertDecoders.py index 105abca79..8a2a836aa 100644 --- a/module/plugins/hooks/ExpertDecoders.py +++ b/module/plugins/hooks/ExpertDecoders.py @@ -72,7 +72,7 @@ class ExpertDecoders(Hook): task.setResult(result) - def newCaptchaTask(self, task): + def captcha_task(self, task): if not task.isTextual(): return False |