We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90585d4 commit be5cfeeCopy full SHA for be5cfee
1 file changed
README.md
@@ -164,7 +164,7 @@ This method offers a reCAPTCHA V3 solver and returns a token.
164
165
```python
166
result = solver.recaptcha(sitekey='6Le-wvkSVVABCPBMRTvw0Q4Muexq1bi0DJwx_mJ-',
167
- url='https://mysite.com/page/with/recaptcha',
+ url='https://mysite.com/page/with/recaptcha-v3',
168
version='v3',
169
param1=..., ...)
170
```
0 commit comments