Exit from speaker client on keypress

merge-requests/21/head
Bob Mottram 2021-03-04 11:08:25 +00:00
parent 9aa90addf2
commit 796262427a
1 changed files with 1 additions and 1 deletions

View File

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