mirror of https://github.com/scrapy/scrapy.git
remove redundant kwarg
This commit is contained in:
parent
eab547ce85
commit
b0845fa4ec
|
|
@ -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