summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/Captcha.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-28 04:48:14 +0100
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-28 04:48:14 +0100
commit127bfffafbbae49fc4aaf0db677dcc5f73e7720d (patch)
tree4707af8003e007e5c9d9f70f6f6f87c42cb069e5 /module/plugins/internal/Captcha.py
parentMerge pull request #2129 from thadrien/pull-request-SimpleHoster (diff)
parentIncrease version number in SimpleCrypter.py (diff)
downloadpyload-127bfffafbbae49fc4aaf0db677dcc5f73e7720d.tar.xz
Merge pull request #2128 from thadrien/pull-request-dlprotect
Pull request dlprotect
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