Skip to content

Commit

Permalink
settings: Remove STATS_DUMP override
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Aug 18, 2022
1 parent 4f000b4 commit 81e9572
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kingfisher_scrapy/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@
# https://docs.scrapy.org/en/latest/topics/media-pipeline.html#std:setting-FILES_STORE
FILES_STORE = os.getenv('FILES_STORE', 'data')

# https://docs.scrapy.org/en/latest/topics/stats.html#stats-collection
STATS_DUMP = os.getenv('KINGFISHER_STATS_DUMP', False)

# https://docs.scrapy.org/en/latest/topics/spider-middleware.html#httperror-allow-all
HTTPERROR_ALLOW_ALL = True

Expand Down

0 comments on commit 81e9572

Please sign in to comment.