summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/Captcha9kw.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2015-01-09 17:35:08 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2015-01-09 17:35:08 +0100
commitb4a26e4bdcfa697b833abac4b2a500000f24684f (patch)
tree4a5edabd84a7a9a5f76765f98d879ad1b8ac927a /module/plugins/hooks/Captcha9kw.py
parentFix SSL option in some hoster plugins (diff)
downloadpyload-b4a26e4bdcfa697b833abac4b2a500000f24684f.tar.xz
Fix some plugins name
Diffstat (limited to 'module/plugins/hooks/Captcha9kw.py')
-rwxr-xr-xmodule/plugins/hooks/Captcha9kw.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/Captcha9kw.py b/module/plugins/hooks/Captcha9kw.py
index 6eb4ef305..600694e78 100755
--- a/module/plugins/hooks/Captcha9kw.py
+++ b/module/plugins/hooks/Captcha9kw.py
@@ -13,8 +13,8 @@ from module.network.RequestFactory import getURL
from module.plugins.Hook import Hook, threaded
-class Captcha9kw(Hook):
- __name__ = "Captcha9kw"
+class Captcha9Kw(Hook):
+ __name__ = "Captcha9Kw"
__type__ = "hook"
__version__ = "0.27"