Update recaptcha_v2.py

This commit is contained in:
Andrei 2024-12-17 01:46:18 +03:00
parent e3b305c27e
commit ed955f87f2
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ class ReCaptchaV2(CaptchaParams):
)
else:
raise ValueError(
f"Invalid `captcha_type` parameter set for `{self.__class__.__name__}`, \
f"Invalid `captcha_type` parameter set for `{self.__class__.__name__}`,\
available - {CaptchaTypeEnm.RecaptchaV2Task.value,
CaptchaTypeEnm.RecaptchaV2TaskProxyless.value,
CaptchaTypeEnm.RecaptchaV2EnterpriseTask.value,