summaryrefslogtreecommitdiffstats
path: root/module/plugins/captcha/AdYouLike.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/captcha/AdYouLike.py')
-rw-r--r--module/plugins/captcha/AdYouLike.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/captcha/AdYouLike.py b/module/plugins/captcha/AdYouLike.py
index b10d2c399..2fbd28011 100644
--- a/module/plugins/captcha/AdYouLike.py
+++ b/module/plugins/captcha/AdYouLike.py
@@ -7,7 +7,7 @@ from module.plugins.internal.CaptchaService import CaptchaService
class AdYouLike(CaptchaService):
- __name__ = "AdYouLike"
+ __name = "AdYouLike"
__type__ = "captcha"
__version__ = "0.07"
__status__ = "testing"