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/CaptchaService.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/internal/CaptchaService.py') diff --git a/module/plugins/internal/CaptchaService.py b/module/plugins/internal/CaptchaService.py index 96195a6f2..353ac4e13 100644 --- a/module/plugins/internal/CaptchaService.py +++ b/module/plugins/internal/CaptchaService.py @@ -7,7 +7,7 @@ class CaptchaService(Captcha): __name__ = "CaptchaService" __type__ = "captcha" __version__ = "0.33" - __status__ = "testing" + __status__ = "stable" __description__ = """Base anti-captcha service plugin""" __license__ = "GPLv3" -- cgit v1.2.3