Removing extra space.

Co-authored-by: Mark Backman <mark@daily.co>
This commit is contained in:
Filipi da Silva Fuchter
2025-07-24 12:05:17 -03:00
committed by GitHub
parent 097d786431
commit 3ce0ab8c6d

View File

@@ -550,7 +550,7 @@ class ElevenLabsTTSService(AudioContextWordTTSService):
if not self.audio_context_available(received_ctx_id):
if self._context_id == received_ctx_id:
logger.debug(
f"Received a delayed message, recreating the context: {self._context_id}"
f"Received a delayed message, recreating the context: {self._context_id}"
)
await self.create_audio_context(self._context_id)
else: