We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57f321 commit 5471e59Copy full SHA for 5471e59
README.md
@@ -44,13 +44,13 @@ Also there are few options that can be configured:
44
```python
45
config = {
46
'server': '2captcha.com',
47
- 'apiKey': 'YOUR_API_KEY',
48
- 'softId': 123,
49
- 'callback': 'https://your.site/result-receiver',
50
- 'defaultTimeout': 120,
51
- 'recaptchaTimeout': 600,
52
- 'pollingInterval': 10,
53
- }
+ 'apiKey': 'YOUR_API_KEY',
+ 'softId': 123,
+ 'callback': 'https://your.site/result-receiver',
+ 'defaultTimeout': 120,
+ 'recaptchaTimeout': 600,
+ 'pollingInterval': 10,
+ }
54
solver = TwoCaptcha(**config)
55
```
56
0 commit comments