Skip to content

Commit d8b881f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +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;
304+
text = '';
305305
asyncio.run_coroutine_threadsafe(
306306
sendAudioMessage(self, opus_datas, duration, text), self.loop
307307
)

0 commit comments

Comments
 (0)