Skip to content

Commit 5471e59

Browse files
author
Mark Miller
committed
update readme
1 parent d57f321 commit 5471e59

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ Also there are few options that can be configured:
4444
```python
4545
config = {
4646
'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-
}
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+
}
5454
solver = TwoCaptcha(**config)
5555
```
5656

0 commit comments

Comments
 (0)