Skip to content

Commit 6576432

Browse files
author
daveusa31
authored
Fix function name in readme
1 parent 7b0507c commit 6576432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ import time
197197
id = solver.send(file='path/to/captcha.jpg')
198198
time.sleep(20)
199199

200-
code = solver.getResult(id)
200+
code = solver.get_result(id)
201201
```
202202

203203
### balance

0 commit comments

Comments
 (0)