Skip to content

Commit 2bd6a4c

Browse files
author
2captcha
authored
Merge pull request #6 from daveusa31/fix-readme
Fix function name in readme
2 parents 7b0507c + 6576432 commit 2bd6a4c

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)