Fix bug in TwoPartyServer that fixes #22
This commit is contained in:
@@ -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 == '*':
|
||||
|
||||
Reference in New Issue
Block a user