diff options
author | 2015-10-22 03:01:08 +0200 | |
---|---|---|
committer | 2015-10-22 03:01:08 +0200 | |
commit | 28e340d990bfb33d4e3cacda95145761abffc462 (patch) | |
tree | 96b2cd4202fc65985488d1f21f0b5e76cfae1fa3 /module/plugins/internal/Captcha.py | |
parent | [MultiHoster] Fix get_info (diff) | |
download | pyload-28e340d990bfb33d4e3cacda95145761abffc462.tar.xz |
Spare code cosmetics
Diffstat (limited to 'module/plugins/internal/Captcha.py')
-rw-r--r-- | module/plugins/internal/Captcha.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/Captcha.py b/module/plugins/internal/Captcha.py index 71eee0659..c58231b71 100644 --- a/module/plugins/internal/Captcha.py +++ b/module/plugins/internal/Captcha.py @@ -13,7 +13,7 @@ class Captcha(Plugin): __name__ = "Captcha" __type__ = "captcha" __version__ = "0.47" - __status__ = "testing" + __status__ = "stable" __description__ = """Base anti-captcha plugin""" __license__ = "GPLv3" |