Remove the leftover KEEP_ALIVE setting from scrapy shell (#7928)

This commit is contained in:
Adrian 2026-08-09 11:06:39 +02:00 committed by GitHub
parent 56f4afd84e
commit 38f6e3cfd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ if TYPE_CHECKING:
class Command(ScrapyCommand):
default_settings: ClassVar[dict[str, Any]] = {
"DUPEFILTER_CLASS": "scrapy.dupefilters.BaseDupeFilter",
"KEEP_ALIVE": True,
"LOGSTATS_INTERVAL": 0,
}