summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/CaptchaService.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-22 03:01:08 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-22 03:01:08 +0200
commit28e340d990bfb33d4e3cacda95145761abffc462 (patch)
tree96b2cd4202fc65985488d1f21f0b5e76cfae1fa3 /module/plugins/internal/CaptchaService.py
parent[MultiHoster] Fix get_info (diff)
downloadpyload-28e340d990bfb33d4e3cacda95145761abffc462.tar.xz
Spare code cosmetics
Diffstat (limited to 'module/plugins/internal/CaptchaService.py')
-rw-r--r--module/plugins/internal/CaptchaService.py2
1 files changed, 1 insertions, 1 deletions
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"