From 41bf558654b370c96f5834348d5f62dcde23c564 Mon Sep 17 00:00:00 2001 From: IrvingGao <1729854488@qq.com> Date: Fri, 21 Jun 2024 17:04:00 +0800 Subject: [PATCH] [log] print --- 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 50601c9..114b56d 100644 --- a/takway/clients/web_socket_client_utils.py +++ b/takway/clients/web_socket_client_utils.py @@ -318,6 +318,7 @@ class WebSocketClinet: if is_end: # print("put None to client queue.") self.client_queue.put(None) + print(f"{datetime.now()}: conversation is end.") return True else: return False