mirror of https://github.com/scrapy/scrapy.git
per_slot_settings(docs): code style fix 2 (from previous pre-commit check)
This commit is contained in:
parent
045092e8d7
commit
dd5524eb98
|
|
@ -21,13 +21,10 @@ class DownloaderSlotsSettingsTestSpider(MetaSpider):
|
|||
"quotes.toscrape.com": {
|
||||
"concurrency": 1,
|
||||
"delay": 2,
|
||||
"randomize_delay": False
|
||||
"randomize_delay": False,
|
||||
},
|
||||
"books.toscrape.com": {
|
||||
"delay": 3,
|
||||
"randomize_delay": False
|
||||
}
|
||||
}
|
||||
"books.toscrape.com": {"delay": 3, "randomize_delay": False},
|
||||
},
|
||||
}
|
||||
|
||||
def start_requests(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue