From e1b066e179b3987e01953f7054f00011cdff7908 Mon Sep 17 00:00:00 2001 From: IrvingGao <1729854488@qq.com> Date: Thu, 23 May 2024 20:11:42 +0800 Subject: [PATCH] [bug] board --- takway/clients/web_socket_client_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/takway/clients/web_socket_client_utils.py b/takway/clients/web_socket_client_utils.py index bcf722a..30b9cb3 100644 --- a/takway/clients/web_socket_client_utils.py +++ b/takway/clients/web_socket_client_utils.py @@ -482,6 +482,7 @@ class WebSocketClinet: continue elif item[0] == 'audio_json': + data_type = item[0]['type'] print(f"data_type: {data_type}") if self.wakeup_event.is_set(): if data_type == 'text':