Skip to content

Commit 12a1c19

Browse files
committed
Small tweaks to README
1 parent b0877cb commit 12a1c19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ minutes and then try again. Each time an HTTP 429 is detected, it increases the
9595
The goal is to have `yagooglesearch` worry about HTTP 429 detection and recovery and not put the burden on the script
9696
using it.
9797

98-
If you do not want `yagooglesearch` to handle HTTP 429 cool off period and would rather handle it yourself, pass
98+
If you do not want `yagooglesearch` to handle HTTP 429s and would rather handle it yourself, pass
9999
`yagooglesearch_manages_http_429s=False` when instantiating the yagooglesearch object. If an HTTP 429 is detected, the
100100
string "HTTP_429_DETECTED" is added to a list object that will be returned, and it's up to you on what the next step
101-
should be. The list object will contain all the URLs found before the HTTP 429 was detected.
101+
should be. The list object will contain any URLs found before the HTTP 429 was detected.
102102

103103
```python
104104
import yagooglesearch

0 commit comments

Comments
 (0)