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
|
||||
rlist, wlist, xlist = select([sys.stdin], [], [], 30)
|
||||
if rlist:
|
||||
print("Key pressed..." + str(rlist))
|
||||
break
|
||||
sys.exit()
|
||||
|
||||
if federationList:
|
||||
|
|
Loading…
Reference in New Issue