We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70aa561 commit 0c7f53aCopy full SHA for 0c7f53a
1 file changed
trame_server/utils/server.py
@@ -13,6 +13,7 @@ def print_informations(server):
13
host_ip = socket.gethostbyname(host_name)
14
print(f" - Network: http://{host_ip}:{server.port}/")
15
except socket.gaierror:
16
+ print(f" - Network: http://{args.host}:{server.port}/")
17
pass
18
19
print()
0 commit comments