mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
9912fd1ef0
commit
f936bf646d
|
@ -111,4 +111,6 @@ def runSpeakerClient(baseDir: str, proxyType: str, httpPrefix: str,
|
||||||
# wait for a while, or until a key is pressed
|
# wait for a while, or until a key is pressed
|
||||||
rlist, wlist, xlist = select([sys.stdin], [], [], 30)
|
rlist, wlist, xlist = select([sys.stdin], [], [], 30)
|
||||||
if rlist:
|
if rlist:
|
||||||
|
print('wlist: ' + str(wlist))
|
||||||
|
print('xlist: ' + str(xlist))
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in New Issue