mirror of https://gitlab.com/bashrc2/epicyon
Exit from speaker client on keypress
parent
9aa90addf2
commit
796262427a
|
@ -2014,7 +2014,7 @@ if args.speaker:
|
||||||
# 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("Key pressed..." + str(rlist))
|
break
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
if federationList:
|
if federationList:
|
||||||
|
|
Loading…
Reference in New Issue