Skip to content

Commit bfaf8da

Browse files
author
2captcha
committed
Update README.md
1 parent b19536d commit bfaf8da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Examples of API requests for different captcha types are available on the [Pytho
4141
- [Friendly Captcha](#friendly-captcha)
4242
- [Cutcaptcha](#cutcaptcha)
4343
- [Tencent](#tencent)
44-
- [Datadome](#datadome)
44+
- [DataDome](#datadome)
4545
- [CyberSiARA](#cybersiara)
4646
- [Other methods](#other-methods)
4747
- [send / get\_result](#send--get_result)
@@ -87,6 +87,7 @@ config = {
8787
'defaultTimeout': 120,
8888
'recaptchaTimeout': 600,
8989
'pollingInterval': 10,
90+
'extendedResponse': False
9091
}
9192
solver = TwoCaptcha(**config)
9293
```

0 commit comments

Comments
 (0)