diff options
| author | 2013-11-02 20:05:52 +0100 | |
|---|---|---|
| committer | 2013-11-02 20:05:52 +0100 | |
| commit | a3686cc3851b64eab7597422e66bc8e5b9d54120 (patch) | |
| tree | 52595439b2a52738ab68746834e3e3cea4695531 /module/plugins/hooks | |
| parent | Deleted the wildcard (diff) | |
| parent | New crypter: FreetexthostCom (diff) | |
| download | pyload-a3686cc3851b64eab7597422e66bc8e5b9d54120.tar.xz | |
Merge remote-tracking branch 'upstream/stable' into stable
test
Diffstat (limited to 'module/plugins/hooks')
| -rwxr-xr-x | module/plugins/hooks/Captcha9kw.py | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/module/plugins/hooks/Captcha9kw.py b/module/plugins/hooks/Captcha9kw.py index d6fef549f..6a9de24de 100755 --- a/module/plugins/hooks/Captcha9kw.py +++ b/module/plugins/hooks/Captcha9kw.py @@ -29,7 +29,7 @@ from module.plugins.Hook import Hook  class Captcha9kw(Hook):      __name__ = "Captcha9kw" -    __version__ = "0.08" +    __version__ = "0.09"      __description__ = """send captchas to 9kw.eu"""      __config__ = [("activated", "bool", "Activated", False),                    ("force", "bool", "Force CT even if client is connected", True), @@ -38,8 +38,9 @@ class Captcha9kw(Hook):                    ("captchaperhour", "int", "Captcha per hour (max. 9999)", "9999"),                    ("prio", "int", "Prio 1-10 (Cost +1-10)", "0"),                    ("selfsolve", "bool", -                   "If enabled and you have a 9kw client active only you will get your captcha to solve it", "False"), -                  ("timeout", "int", "Timeout (max. 300)", "220"), +                   "If enabled and you have a 9kw client active only you will get your captcha to solve it (Selfsolve)", +                   "False"), +                  ("timeout", "int", "Timeout (max. 300)", "300"),                    ("passkey", "password", "API key", ""), ]      __author_name__ = ("RaNaN")      __author_mail__ = ("RaNaN@pyload.org") | 
