From c68d47c47db12ddf41de5c4299d1fd8e6b64a213 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Sat, 7 Oct 2023 16:32:51 +0100 Subject: [PATCH] Update ovos_audio/playback.py Co-authored-by: Mike --- ovos_audio/playback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovos_audio/playback.py b/ovos_audio/playback.py index 099d9ee..927ce05 100644 --- a/ovos_audio/playback.py +++ b/ovos_audio/playback.py @@ -202,7 +202,7 @@ def run(self, cb=None): if len(speech_data) == 5 and isinstance(speech_data[-1], Message): data, visemes, listen, tts_id, message = speech_data else: - LOG.warning("it seems you interfacing with TTS.queue directly, this is not recommended!\n" + LOG.warning("it seems you are interfacing with TTS.queue directly, this is not recommended!\n" "new expected TTS.queue contents -> data, visemes, listen, tts_id, message") if len(speech_data) == 6: # old ovos backwards compat