Fix whitespace inconsistency in audio flushing method of RimeNonJsonTTSService

This commit is contained in:
Gokul Js
2025-11-19 22:19:36 +05:30
parent 1d9696e614
commit da671cd232

View File

@@ -833,7 +833,7 @@ class RimeNonJsonTTSService(InterruptibleTTSService):
# Send bare text (not JSON)
await self._get_websocket().send(text)
await self.start_tts_usage_metrics(text)
await self.flush_audio()
await self.flush_audio()
except Exception as e:
logger.error(f"{self} exception: {e}")