|
ips += set(ip for _, _, _, _, (ip, _) in socket.getaddrinfo(socket.gethostname(), None))
|
|
ips += set(ip for _, _, _, _, (ip, _) in socket.getaddrinfo(socket.gethostname(), None))
|
|
print(f'NiceGUI ready to go on {", ".join(addresses)}')
|
|
print(f'NiceGUI ready to go on {", ".join(addresses)}')
|