Skip to content

Commit b0845fa

Browse files
alexcepoidangra
authored andcommitted
remove redundant kwarg
1 parent eab547c commit b0845fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapy/log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,5 @@ def scrapy_info(settings):
153153

154154
sflo.stop()
155155

156-
def start_from_crawler(crawler, print_headers=False):
156+
def start_from_crawler(crawler):
157157
return start_from_settings(crawler.settings, crawler)

0 commit comments

Comments
 (0)