hide banner image (#5420)

This commit is contained in:
Achilles Rasquinha 2018-04-09 18:02:14 +05:30 committed by Faris Ansari
parent 116ac139cf
commit fea7c02b7e

View file

@ -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")