diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-10-28 00:58:56 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-10-28 00:58:56 +0100 |
commit | 712ec761237eb989484b8c8f84fdf2d566500482 (patch) | |
tree | 9054ca99b3bf0c0938f6bec17c129e7ccfa43c96 /module/plugins/hooks/Captcha9Kw.py | |
parent | Merge pull request #2125 from GammaC0de/patch-6 (diff) | |
download | pyload-712ec761237eb989484b8c8f84fdf2d566500482.tar.xz |
Fix https://github.com/pyload/pyload/issues/2112
Diffstat (limited to 'module/plugins/hooks/Captcha9Kw.py')
-rw-r--r-- | module/plugins/hooks/Captcha9Kw.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/Captcha9Kw.py b/module/plugins/hooks/Captcha9Kw.py index 3d2861bbf..c81882f67 100644 --- a/module/plugins/hooks/Captcha9Kw.py +++ b/module/plugins/hooks/Captcha9Kw.py @@ -24,7 +24,7 @@ class Captcha9Kw(Addon): ("captchapermin" , "int" , "Captcha per minute" , "9999" ), ("prio" , "int" , "Priority (max 10)(cost +0 -> +10 credits)" , "0" ), ("queue" , "int" , "Max. Queue (max 999)" , "50" ), - ("hoster_options", "string" , "Hoster options (format: pluginname:prio=1:selfsolfe=1:confirm=1:timeout=900|...)", "ShareonlineBiz:prio=0:timeout=999 | UploadedTo:prio=0:timeout=999"), + ("hoster_options", "str" , "Hoster options (format: pluginname:prio=1:selfsolfe=1:confirm=1:timeout=900|...)", "ShareonlineBiz:prio=0:timeout=999 | UploadedTo:prio=0:timeout=999"), ("selfsolve" , "bool" , "Selfsolve (manually solve your captcha in your 9kw client if active)" , "0" ), ("passkey" , "password", "API key" , "" ), ("timeout" , "int" , "Timeout in seconds (min 60, max 3999)" , "900" )] |