summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/CaptchaService.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/internal/CaptchaService.py')
-rw-r--r--module/plugins/internal/CaptchaService.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/internal/CaptchaService.py b/module/plugins/internal/CaptchaService.py
index 971158a36..d3eef43c8 100644
--- a/module/plugins/internal/CaptchaService.py
+++ b/module/plugins/internal/CaptchaService.py
@@ -3,8 +3,8 @@
from module.plugins.internal.Plugin import Plugin
-class Captcha(Plugin):
- __name__ = "Captcha"
+class CaptchaService(Plugin):
+ __name__ = "CaptchaService"
__type__ = "captcha"
__version__ = "0.31"
__status__ = "testing"