summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/Captcha.py
diff options
context:
space:
mode:
authorGravatar Hadrien Theveneau <theveneau@gmail.com> 2015-10-08 22:23:16 +0200
committerGravatar Hadrien Theveneau <theveneau@gmail.com> 2015-10-28 02:52:19 +0100
commit7f19e76b0e58dec7e5715d90350dc5313f659ca1 (patch)
tree1103f7ca8ce0387adf98eefb8b7fc44f2f50144f /module/plugins/internal/Captcha.py
parentAddition of captcha code in debug messages in DlProtect.py (diff)
downloadpyload-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.py1
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