main
Bob Mottram 2021-03-04 14:12:26 +00:00
parent 9912fd1ef0
commit f936bf646d
1 changed files with 2 additions and 0 deletions

View File

@ -111,4 +111,6 @@ def runSpeakerClient(baseDir: str, proxyType: str, httpPrefix: str,
# wait for a while, or until a key is pressed
rlist, wlist, xlist = select([sys.stdin], [], [], 30)
if rlist:
print('wlist: ' + str(wlist))
print('xlist: ' + str(xlist))
break