Update recaptcha3 min scores params

This commit is contained in:
Andrei 2019-09-07 00:28:29 +03:00
parent 9a6ce82e38
commit e70b485078
1 changed files with 1 additions and 1 deletions

View File

@ -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: