mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix startup navigation message.
This commit is contained in:
parent
a535eddfcd
commit
8d7b840e7e
@ -84,8 +84,8 @@ app.PGADMIN_RUNTIME = PGADMIN_RUNTIME
|
|||||||
# If we're under WSGI, we don't need to worry about this
|
# If we're under WSGI, we don't need to worry about this
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
if not PGADMIN_RUNTIME:
|
if not PGADMIN_RUNTIME:
|
||||||
print("Starting %s. Please navigate to http://localhost:%d in your browser." %
|
print("Starting %s. Please navigate to http://%s:%d in your browser." %
|
||||||
(config.APP_NAME, server_port))
|
(config.APP_NAME, config.DEFAULT_SERVER, server_port))
|
||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user