diff --git a/DemoSpider/settings.py b/DemoSpider/settings.py index 6d0252e..f79bd9d 100644 --- a/DemoSpider/settings.py +++ b/DemoSpider/settings.py @@ -20,7 +20,6 @@ ROBOTSTXT_OBEY = False # Set settings whose default value is deprecated to a future-proof value -REQUEST_FINGERPRINTER_IMPLEMENTATION = "2.7" TWISTED_REACTOR = "twisted.internet.asyncioreactor.AsyncioSelectorReactor" FEED_EXPORT_ENCODING = "utf-8"