Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Oct 7, 2023
1 parent 3c6c896 commit 0313c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_audio/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def handle_speak(self, message):
utt2, message.context = self.dialog_transform.transform(dialog=utterance,
context=message.context,
sess=sess)
if utterance != utt22:
if utterance != utt2:
LOG.debug(f"original dialog: {utterance}")
LOG.info(f"dialog transformed to: {utt2}")
utterance = utt2
Expand Down

0 comments on commit 0313c1e

Please sign in to comment.