shell win impl.

This commit is contained in:
2023-10-05 13:00:16 +02:00
parent ebb634aeab
commit 4fb2e30bbd
5 changed files with 191 additions and 79 deletions

View File

@@ -88,7 +88,7 @@ if __name__ == "__main__":
# choose random port
if listen_port is None:
sock = util.openServer(local_address)
sock = util.open_server(local_address)
if not sock:
exit(1)
listen_port = sock.getsockname()[1]