mirror of https://github.com/scrapy/scrapy.git
minor PEP8 style changes
This commit is contained in:
parent
6660020ebb
commit
c44d49b238
|
|
@ -35,8 +35,8 @@ Here's an example showing how to run a single spider with it.
|
|||
...
|
||||
|
||||
process = CrawlerProcess(settings={
|
||||
'FEED_FORMAT':'json',
|
||||
'FEED_URI':'items.json'
|
||||
'FEED_FORMAT': 'json',
|
||||
'FEED_URI': 'items.json'
|
||||
})
|
||||
|
||||
process.crawl(MySpider)
|
||||
|
|
|
|||
Loading…
Reference in New Issue