diff options
author | 2015-10-08 22:23:16 +0200 | |
---|---|---|
committer | 2015-10-28 02:52:19 +0100 | |
commit | 7f19e76b0e58dec7e5715d90350dc5313f659ca1 (patch) | |
tree | 1103f7ca8ce0387adf98eefb8b7fc44f2f50144f /module/plugins/internal/Captcha.py | |
parent | Addition of captcha code in debug messages in DlProtect.py (diff) | |
download | pyload-7f19e76b0e58dec7e5715d90350dc5313f659ca1.tar.xz |
Addition of some debug messages in DlProtectCom.py and Captcha.py
Diffstat (limited to 'module/plugins/internal/Captcha.py')
-rw-r--r-- | module/plugins/internal/Captcha.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/internal/Captcha.py b/module/plugins/internal/Captcha.py index 333602e29..d30271dd4 100644 --- a/module/plugins/internal/Captcha.py +++ b/module/plugins/internal/Captcha.py @@ -38,6 +38,7 @@ class Captcha(Plugin): """ Extend to build your custom anti-captcha ocr """ + self.log_debug("This function does nothing") pass |