Skip to content

Commit 32f2036

Browse files
author
jiangtao
committed
add print log
1 parent 9c18d3f commit 32f2036

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ def _priority_thread(self):
301301
if not self.client_abort:
302302
with self.lock: # 使用实例锁来确保顺序传输
303303
self.logger.bind(tag=TAG).info(f"发送TTS语音: {text}")
304+
text = none;
304305
asyncio.run_coroutine_threadsafe(
305306
sendAudioMessage(self, opus_datas, duration, text), self.loop
306307
)

0 commit comments

Comments
 (0)