formatting

This commit is contained in:
macaki
2025-03-12 12:20:18 -06:00
parent effb5f6cd8
commit 5c9e33bc7a

View File

@@ -249,7 +249,7 @@ class RimeTTSService(AudioContextWordTTSService):
async def flush_audio(self):
if not self._context_id or not self._websocket:
return
logger.trace(f"{self}: flushing audio")
await self._get_websocket().send(json.dumps({"text": " "}))
self._context_id = None