Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main

main
Bob Mottram 2021-03-01 22:33:55 +00:00
commit 7d13fff426
1 changed files with 1 additions and 1 deletions

View File

@ -1940,7 +1940,7 @@ if args.speaker:
httpPrefix,
True, __version__)
if speakerJson:
if speakerJson['say'] != prevSay:
if speakerJson['say'] != prevSay and speakerJson.get('name'):
print(html.unescape(speakerJson['name']) + ': ' +
html.unescape(speakerJson['say']) + '\n')
pitch = getSpeakerPitch(speakerJson['name'])