Make sure Telnet extension is disabled

This commit is contained in:
Jordan ERNST 2020-08-12 22:52:17 +02:00
parent d42cc51088
commit 3771e4d507
1 changed files with 3 additions and 3 deletions

View File

@ -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