From 9cbb6bf50b7ec0100da37b211e8f4252391cb80a Mon Sep 17 00:00:00 2001 From: Vincent Ardisson Date: Mon, 26 Mar 2018 19:21:06 +0200 Subject: [PATCH] weboob.exceptions: NocaptchaQuestion.type is in fact g_recaptcha --- weboob/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weboob/exceptions.py b/weboob/exceptions.py index a016ebdd3a..fe7e0f0d6c 100644 --- a/weboob/exceptions.py +++ b/weboob/exceptions.py @@ -63,7 +63,7 @@ def __init__(self, image_data): class NocaptchaQuestion(CaptchaQuestion): - type = 'nocaptcha' + type = 'g_recaptcha' website_key = None website_url = None -- GitLab