Skip to content

Commit 212c447

Browse files
authored
Update README.md
1 parent 03e3342 commit 212c447

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ EXTENSIONS = {
7272
```
7373

7474
#### #4 - Enable the ScrapeOps Retry Middleware:
75-
To get the most accurate stats, you need to add in the ScrapeOps retry middleware into the `DOWNLOADER_MIDDLEWARES` dictionary and disable the default Scrapy Retry middleware `settings.py` file. You can do this by setting the default Scrapy RetryMiddleware to `None` and enabling the ScrapeOps retry middleware in it's place.
75+
To get the most accurate stats, you need to add in the ScrapeOps retry middleware into the `DOWNLOADER_MIDDLEWARES` dictionary and disable the default Scrapy Retry middleware in your Scrapy project's `settings.py` file.
76+
77+
You can do this by setting the default Scrapy RetryMiddleware to `None` and enabling the ScrapeOps retry middleware in it's place.
7678

7779
```python
7880
DOWNLOADER_MIDDLEWARES = {

0 commit comments

Comments
 (0)