mirror of https://gitlab.com/bashrc2/epicyon
Add quotes
parent
fc97c499e3
commit
870aa155a7
|
@ -1972,7 +1972,8 @@ if args.speaker:
|
||||||
if args.screenreader == 'espeak':
|
if args.screenreader == 'espeak':
|
||||||
espeak.synth(html.unescape(sayStr))
|
espeak.synth(html.unescape(sayStr))
|
||||||
elif args.screenreader == 'picospeaker':
|
elif args.screenreader == 'picospeaker':
|
||||||
os.system('picospeaker ' + html.unescape(sayStr))
|
os.system('picospeaker "' +
|
||||||
|
html.unescape(sayStr) + '"')
|
||||||
|
|
||||||
prevSay = speakerJson['say']
|
prevSay = speakerJson['say']
|
||||||
time.sleep(30)
|
time.sleep(30)
|
||||||
|
|
Loading…
Reference in New Issue