diff options
author | 2015-01-09 17:35:08 +0100 | |
---|---|---|
committer | 2015-01-09 17:35:08 +0100 | |
commit | b4a26e4bdcfa697b833abac4b2a500000f24684f (patch) | |
tree | 4a5edabd84a7a9a5f76765f98d879ad1b8ac927a /module/plugins/hooks | |
parent | Fix SSL option in some hoster plugins (diff) | |
download | pyload-b4a26e4bdcfa697b833abac4b2a500000f24684f.tar.xz |
Fix some plugins name
Diffstat (limited to 'module/plugins/hooks')
-rwxr-xr-x | module/plugins/hooks/Captcha9kw.py | 4 |
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" |