summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/internal/Captcha.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/internal/Captcha.py')
-rw-r--r--pyload/plugins/internal/Captcha.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/internal/Captcha.py b/pyload/plugins/internal/Captcha.py
index b2fd980e2..7197c390e 100644
--- a/pyload/plugins/internal/Captcha.py
+++ b/pyload/plugins/internal/Captcha.py
@@ -30,7 +30,7 @@ class Captcha(Plugin):
html = self.plugin.html
else:
errmsg = _("%s html not found") % self.__name__
- self.plugin.fail(errmsg) #@TODO: replace all plugin.fail(errmsg) with plugin.error(errmsg) in 0.4.10
+ self.plugin.error(errmsg)
raise TypeError(errmsg)
m = re.search(self.KEY_PATTERN, html)