Fix bug in TwoPartyServer that fixes #22
This commit is contained in:
@@ -1818,6 +1818,7 @@ cdef class TwoPartyServer:
|
|||||||
address, port = host_string.split(':')
|
address, port = host_string.split(':')
|
||||||
port = int(port)
|
port = int(port)
|
||||||
else:
|
else:
|
||||||
|
address = host_string
|
||||||
port = _random.randint(60000, 61000)
|
port = _random.randint(60000, 61000)
|
||||||
|
|
||||||
if address == '*':
|
if address == '*':
|
||||||
|
|||||||
Reference in New Issue
Block a user