diff options
author | 2015-10-01 04:59:34 +0200 | |
---|---|---|
committer | 2015-10-01 04:59:34 +0200 | |
commit | 21be6c5990af016d5ef4298ece52bf434d11f306 (patch) | |
tree | 4884b662bc0af03698b89e694686e634e2d38b7e /module/plugins/internal/Captcha.py | |
parent | A lot of plugin code cosmetics (diff) | |
download | pyload-21be6c5990af016d5ef4298ece52bf434d11f306.tar.xz |
A lot of plugin code cosmetics (2)
Diffstat (limited to 'module/plugins/internal/Captcha.py')
-rw-r--r-- | module/plugins/internal/Captcha.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/plugins/internal/Captcha.py b/module/plugins/internal/Captcha.py index 3d105ed12..a8f48b5e4 100644 --- a/module/plugins/internal/Captcha.py +++ b/module/plugins/internal/Captcha.py @@ -104,8 +104,7 @@ class Captcha(Plugin): self.fail(self.task.error) elif not self.task.result: - self.invalid() - self.plugin.retry(msg=_("No captcha result obtained in appropiate time")) + self.plugin.retry_captcha(msg=_("No captcha result obtained in appropriate time")) result = self.task.result |