remove redundant kwarg

This commit is contained in:
Alex Cepoi 2013-08-21 01:52:36 +02:00 committed by Daniel Graña
parent eab547ce85
commit b0845fa4ec
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)