forked from orbit-oss/flask
Merge pull request #4749 from pallets/shell-env
remove env from shell banner
This commit is contained in:
commit
e3eaafb56e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue