mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-09 23:15:58 -06:00
Don't output the startup message in Desktop mode as it hangs the runtime
on Windows.
This commit is contained in:
parent
73988bcece
commit
bc16a1a61f
@ -70,9 +70,10 @@ else:
|
||||
config.DEFAULT_SERVER_PORT)
|
||||
server_port = config.DEFAULT_SERVER_PORT
|
||||
|
||||
print("Starting %s. Please navigate to http://localhost:%d in your browser." %
|
||||
(config.APP_NAME, server_port))
|
||||
sys.stdout.flush()
|
||||
if config.SERVER_MODE == True:
|
||||
print("Starting %s. Please navigate to http://localhost:%d in your browser." %
|
||||
(config.APP_NAME, server_port))
|
||||
sys.stdout.flush()
|
||||
|
||||
try:
|
||||
app.run(
|
||||
|
Loading…
Reference in New Issue
Block a user