add bind address
This commit is contained in:
parent
f18d6cd2f8
commit
fbe7ce13a9
5 changed files with 13 additions and 10 deletions
2
test.py
2
test.py
|
@ -101,7 +101,7 @@ try:
|
|||
for fd in r:
|
||||
line = fd.readline()
|
||||
sys.stdout.write(line)
|
||||
if line.find('starting server at port') >= 0:
|
||||
if line.find('starting server') >= 0:
|
||||
ready_count += 1
|
||||
|
||||
if ready_count == 2 and p3 is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue