add bind address

This commit is contained in:
clowwindy 2013-06-14 12:22:24 +08:00
parent f18d6cd2f8
commit fbe7ce13a9
5 changed files with 13 additions and 10 deletions

View file

@ -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: