Skip to content

Commit 9c18d3f

Browse files
author
jiangtao
committed
add print log
1 parent 010bd44 commit 9c18d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/handle/audioHandle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ async def send_tts_message(conn, state, text=None):
120120
if text is not None:
121121
message["text"] = text
122122

123-
#await conn.websocket.send(json.dumps(message))
123+
await conn.websocket.send(json.dumps(message))
124124
if state == "stop":
125125
conn.clearSpeakStatus()
126126

0 commit comments

Comments
 (0)