From 28e340d990bfb33d4e3cacda95145761abffc462 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 22 Oct 2015 03:01:08 +0200 Subject: Spare code cosmetics --- module/plugins/internal/Captcha.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/internal/Captcha.py') 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" -- cgit v1.2.3