mirror of https://github.com/scrapy/scrapy.git
remove redundant kwarg
This commit is contained in:
parent
7bdeabc0ed
commit
9c092536c5
|
|
@ -153,5 +153,5 @@ def scrapy_info(settings):
|
|||
|
||||
sflo.stop()
|
||||
|
||||
def start_from_crawler(crawler, print_headers=False):
|
||||
def start_from_crawler(crawler):
|
||||
return start_from_settings(crawler.settings, crawler)
|
||||
|
|
|
|||
Loading…
Reference in New Issue