Skip to content

Commit

Permalink
Merge cf27916 into 8fb27e6
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwagnerkc committed Sep 11, 2019
2 parents 8fb27e6 + cf27916 commit 4b11970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mycroft/tts/__init__.py
Expand Up @@ -322,7 +322,7 @@ def execute(self, sentence, ident=None):
if phonemes:
self.save_phonemes(key, phonemes)

vis = self.viseme(phonemes)
vis = self.viseme(phonemes) if phonemes else None
self.queue.put((self.audio_ext, wav_file, vis, ident))

def viseme(self, phonemes):
Expand Down

0 comments on commit 4b11970

Please sign in to comment.