Skip to content

Commit

Permalink
Revert to original pre-2018 banner format
Browse files Browse the repository at this point in the history
  • Loading branch information
ei-grad committed Apr 27, 2023
1 parent f0a08ff commit 1e336ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flask_shell_ipython.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ def shell(ipython_args):

config.TerminalInteractiveShell.banner1 = f"""Python {sys.version} on {sys.platform}
IPython: {IPython.__version__}
App: {app.import_name}
Debug: {app.debug}
App: {app.import_name}{' [debug]' if app.debug else ''}
Instance: {app.instance_path}
"""

Expand Down

0 comments on commit 1e336ef

Please sign in to comment.