unify the quote style

This commit is contained in:
hsiao yi 2018-12-11 19:21:07 +08:00 committed by GitHub
parent e766bde3a3
commit cd9d8e28cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ http://quotes.toscrape.com, following the pagination::
class QuotesSpider(scrapy.Spider):
name = "quotes"
name = 'quotes'
start_urls = [
'http://quotes.toscrape.com/tag/humor/',
]