hide banner image (#5420)
This commit is contained in:
parent
116ac139cf
commit
fea7c02b7e
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ def console(context):
|
|||
frappe.connect()
|
||||
frappe.local.lang = frappe.db.get_default("lang")
|
||||
import IPython
|
||||
IPython.embed(disable_banner = True)
|
||||
IPython.embed(display_banner = "")
|
||||
|
||||
@click.command('run-tests')
|
||||
@click.option('--app', help="For App")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue