From 1e3ad4b45be87538a8ef45f4b30efe2e0609efbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Pirkl?= <pirkl.theo@gmail.com> Date: Sun, 22 Mar 2020 19:13:44 +0100 Subject: [PATCH] Disables Scrapy crapy telnet --- projet/src/client/spiders/scrapy/Spiders/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projet/src/client/spiders/scrapy/Spiders/settings.py b/projet/src/client/spiders/scrapy/Spiders/settings.py index c03c83d..08d597c 100644 --- a/projet/src/client/spiders/scrapy/Spiders/settings.py +++ b/projet/src/client/spiders/scrapy/Spiders/settings.py @@ -40,7 +40,7 @@ CONCURRENT_REQUESTS = 32 #COOKIES_ENABLED = False # Disable Telnet Console (enabled by default) -#TELNETCONSOLE_ENABLED = False +TELNETCONSOLE_ENABLED = False # Override the default request headers: #DEFAULT_REQUEST_HEADERS = { -- GitLab