diff options
author | 2015-10-23 04:32:27 +0200 | |
---|---|---|
committer | 2015-10-23 04:32:27 +0200 | |
commit | 3758f5e1dfccc70e4bb733e4e6a5932967bbf787 (patch) | |
tree | ec63a2793dcb45f0ab99332c0155572e3c62e129 /module/plugins/internal/Captcha.py | |
parent | [SimpleCrypter] check_errors (diff) | |
download | pyload-3758f5e1dfccc70e4bb733e4e6a5932967bbf787.tar.xz |
Fix XFS plugins
Diffstat (limited to 'module/plugins/internal/Captcha.py')
-rw-r--r-- | module/plugins/internal/Captcha.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/Captcha.py b/module/plugins/internal/Captcha.py index c58231b71..333602e29 100644 --- a/module/plugins/internal/Captcha.py +++ b/module/plugins/internal/Captcha.py @@ -107,7 +107,7 @@ class Captcha(Plugin): except OSError, e: self.log_warning(_("Error removing `%s`") % tmp_img.name, e) - #self.log_info(_("Captcha result: ") + result) #@TODO: Remove from here? + # self.log_info(_("Captcha result: ") + result) #@TODO: Remove from here? return result |