Skip to content

Commit

Permalink
remove env from shell banner
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Aug 5, 2022
1 parent a0458ef commit e3df233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flask/cli.py
Expand Up @@ -954,7 +954,7 @@ def shell_command() -> None:

banner = (
f"Python {sys.version} on {sys.platform}\n"
f"App: {current_app.import_name} [{current_app.env}]\n"
f"App: {current_app.import_name}\n"
f"Instance: {current_app.instance_path}"
)
ctx: dict = {}
Expand Down

0 comments on commit e3df233

Please sign in to comment.