diff --git a/weboob/exceptions.py b/weboob/exceptions.py index a016ebdd3acd95bb44b7032184ba936efed5994c..fe7e0f0d6cc294cb5fa7df42b37edae00490697f 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