app.run is not lazy

use click.echo for banner messages
This commit is contained in:
David Lord 2018-04-18 13:39:55 -07:00
parent 8f5168cb31
commit 80a9e0edf6
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 7 additions and 5 deletions

View file

@ -933,7 +933,7 @@ class Flask(_PackageBoundObject):
options.setdefault('use_debugger', self.debug)
options.setdefault('threaded', True)
cli.show_server_banner(self.env, self.debug, self.name)
cli.show_server_banner(self.env, self.debug, self.name, False)
from werkzeug.serving import run_simple