per_slot_settings(docs): code style fix 2 (from previous pre-commit check)

This commit is contained in:
Georgiy Zatserklianyi 2023-02-16 17:59:36 +02:00
parent 045092e8d7
commit dd5524eb98
1 changed files with 3 additions and 6 deletions

View File

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