You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The easiest way to quickly integrate the 2Captcha captcha-solving service into y
31
31
-[Cutcaptcha](#cutcaptcha)
32
32
-[Tencent](#tencent)
33
33
-[Other methods](#other-methods)
34
-
-[send / get_result](#send--getresult)
34
+
-[send / get_result](#send--get_result)
35
35
-[balance](#balance)
36
36
-[report](#report)
37
37
-[Error handling](#error-handling)
@@ -81,7 +81,7 @@ solver = TwoCaptcha(**config)
81
81
| pollingInterval | 10 | Interval in seconds between requests to `res.php` API endpoint, setting values less than 5 seconds is not recommended |
82
82
83
83
> **IMPORTANT:** once `callback` is defined for `TwoCaptcha` instance, all methods return only the captcha ID and DO NOT poll the API to get the result. The result will be sent to the callback URL.
84
-
To get the answer manually use [get_result method](#send--getresult)
84
+
To get the answer manually use [get_result method](#send--get_result)
85
85
86
86
## Solve captcha
87
87
When you submit any image-based captcha use can provide additional options to help 2captcha workers to solve it properly.
0 commit comments