Skip to content

Commit f8f91ec

Browse files
Update important blocks
1 parent 65adf1e commit f8f91ec

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ solver = TwoCaptcha(**config)
8383
| recaptchaTimeout | 600 | Polling timeout for reCAPTCHA in seconds. Defines how long the module tries to get the answer from the `res.php` API endpoint |
8484
| pollingInterval | 10 | Interval in seconds between requests to the `res.php` API endpoint. Setting values less than 5 seconds is not recommended |
8585

86-
> **IMPORTANT:** Once `callback` is defined for the `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.
86+
> [!IMPORTANT]
87+
> Once `callback` is defined for the `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.
88+
8789
To get the answer manually use [get_result method](#send--get_result)
8890

8991
## Solve captcha
@@ -356,9 +358,8 @@ result = solver.mtcaptcha(sitekey='MTPublic-KzqLY1cKH',
356358

357359
Friendly Captcha solving method. Returns a token.
358360

359-
360-
361-
> **Important:** To successfully use the received token, the captcha widget must not be loaded on the page. To do this, you need to abort request to `/friendlycaptcha/...module.min.js` on the page. When the captcha widget is already loaded on the page, there is a high probability that the received token will not work.
361+
> [!IMPORTANT]
362+
> To successfully use the received token, the captcha widget must not be loaded on the page. To do this, you need to abort request to `/friendlycaptcha/...module.min.js` on the page. When the captcha widget is already loaded on the page, there is a high probability that the received token will not work.
362363
363364
```python
364365
result = solver.friendly_captcha(sitekey='FCMGEMUD2KTDSQ5H',

0 commit comments

Comments
 (0)