mirror of https://gitlab.com/bashrc2/epicyon
Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main
commit
cd3307a295
|
|
@ -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