Skip to content

Commit 9288f31

Browse files
author
Mark Miller
committed
1.0.3
1 parent 10d3007 commit 9288f31

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ result = solver.geetest(gt='f1ab2cdefa3456789012345b6c78d90e',
137137
### hCaptcha
138138
Use this method to solve hCaptcha challenge. Returns a token to bypass captcha.
139139
```python
140-
result = solver.funcaptcha(sitekey='f1ab2cdefa3456789012345b6c78d90e',
141-
challenge='12345678abc90123d45678ef90123a456b',
140+
result = solver.hcaptcha(sitekey='10000000-ffff-ffff-ffff-000000000001',
142141
url='https://www.site.com/page/',
143142
param1=..., ...)
144143

0 commit comments

Comments
 (0)