Skip to content

Commit

Permalink
enable StatsProvider by default
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnzZ committed Dec 7, 2023
1 parent ea902e8 commit 61560c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scrapy_poet/downloadermiddlewares.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
PageParamsProvider,
RequestUrlProvider,
ResponseUrlProvider,
StatsProvider,
)
from .utils import create_registry_instance, is_min_scrapy_version

Expand All @@ -34,6 +35,7 @@
PageParamsProvider: 700,
RequestUrlProvider: 800,
ResponseUrlProvider: 900,
StatsProvider: 1000,
ItemProvider: 2000,
}

Expand Down

0 comments on commit 61560c6

Please sign in to comment.