remove redundant kwarg

This commit is contained in:
Alex Cepoi 2013-08-21 01:52:36 +02:00
parent 7bdeabc0ed
commit 9c092536c5
1 changed files with 1 additions and 1 deletions

View File

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