diff --git a/python3_anticaptcha/ReCaptchaV3TaskProxyless.py b/python3_anticaptcha/ReCaptchaV3TaskProxyless.py index a034a54..a8de931 100644 --- a/python3_anticaptcha/ReCaptchaV3TaskProxyless.py +++ b/python3_anticaptcha/ReCaptchaV3TaskProxyless.py @@ -11,7 +11,7 @@ from python3_anticaptcha import ( get_async_result, ) -MIN_SCORES = (0.3, 0.5, 0.7) +MIN_SCORES = (0.3, 0.7, 0.9) class ReCaptchaV3TaskProxyless: