Skip to content

Commit

Permalink
Revert "fix: add REQUEST_FINGERPRINTER_IMPLEMENTATION to settings to …
Browse files Browse the repository at this point in the history
…prevent deprecation warnings"

This reverts commit aad6771.
  • Loading branch information
jasonbosco committed Dec 27, 2024
1 parent aad6771 commit 7e6cf4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scraper/src/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ def run_config(config):
# Use our custom dupefilter in order to be scheme agnostic regarding link provided
'DUPEFILTER_CLASS': DUPEFILTER_CLASS_PATH,
'DEFAULT_REQUEST_HEADERS': DEFAULT_REQUEST_HEADERS,
'TELNETCONSOLE_ENABLED': False,
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7'
'TELNETCONSOLE_ENABLED': False
})

process.crawl(
Expand Down

0 comments on commit 7e6cf4a

Please sign in to comment.