diff --git a/ImmoScrap/settings.py b/ImmoScrap/settings.py index 2202d5f..d3861bd 100644 --- a/ImmoScrap/settings.py +++ b/ImmoScrap/settings.py @@ -56,9 +56,9 @@ ROBOTSTXT_OBEY = False # Enable or disable extensions # See https://docs.scrapy.org/en/latest/topics/extensions.html -#EXTENSIONS = { -# 'scrapy.extensions.telnet.TelnetConsole': None, -#} +EXTENSIONS = { + 'scrapy.extensions.telnet.TelnetConsole': None +} # Configure item pipelines # See https://docs.scrapy.org/en/latest/topics/item-pipeline.html