mirror of https://github.com/scrapy/scrapy.git
minor fix for readability
This commit is contained in:
parent
29bf7f5a6c
commit
1200a54543
|
|
@ -78,7 +78,8 @@ def _pop_command_name(argv):
|
|||
def _print_header(settings, inproject):
|
||||
version = scrapy.__version__
|
||||
if inproject:
|
||||
print(f"Scrapy {version} - project: {settings['BOT_NAME']}\n")
|
||||
print(f"Scrapy {version} - active project: {settings['BOT_NAME']}\n")
|
||||
|
||||
else:
|
||||
print(f"Scrapy {version} - no active project\n")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue