From 6394d1974236412f1156f204405ee3b9c21e6150 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 30 Dec 2015 21:21:23 +0100 Subject: Improve Captcha task managing --- module/plugins/captcha/AdYouLike.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'module/plugins/captcha/AdYouLike.py') diff --git a/module/plugins/captcha/AdYouLike.py b/module/plugins/captcha/AdYouLike.py index c21a3d4fa..c2e5a461d 100644 --- a/module/plugins/captcha/AdYouLike.py +++ b/module/plugins/captcha/AdYouLike.py @@ -9,7 +9,7 @@ from module.plugins.internal.CaptchaService import CaptchaService class AdYouLike(CaptchaService): __name__ = "AdYouLike" __type__ = "captcha" - __version__ = "0.09" + __version__ = "0.10" __status__ = "testing" __description__ = """AdYouLike captcha service plugin""" @@ -87,6 +87,4 @@ class AdYouLike(CaptchaService): '_ayl_token_challenge': challenge['token'], '_ayl_response' : response} - self.log_debug("Result: %s" % response) - return result -- cgit v1.2.3