diff --git a/capnp/lib/capnp.pyx b/capnp/lib/capnp.pyx index 6e840a1..eab2d12 100644 --- a/capnp/lib/capnp.pyx +++ b/capnp/lib/capnp.pyx @@ -1818,6 +1818,7 @@ cdef class TwoPartyServer: address, port = host_string.split(':') port = int(port) else: + address = host_string port = _random.randint(60000, 61000) if address == '*':