From 70b3cc9a6240fc3da713dfcc2cecc1a4184f2ed9 Mon Sep 17 00:00:00 2001 From: IrvingGao <1729854488@qq.com> Date: Tue, 18 Jun 2024 22:13:08 +0800 Subject: [PATCH] [button] fix bugs --- takway/clients/web_socket_client_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/takway/clients/web_socket_client_utils.py b/takway/clients/web_socket_client_utils.py index 269cf74..93fa626 100644 --- a/takway/clients/web_socket_client_utils.py +++ b/takway/clients/web_socket_client_utils.py @@ -268,7 +268,7 @@ class WebSocketClinet: print(f"{datetime.now()}: single conversation finish, reset frames.") elif self.speaking_event.is_set(): - print(f"{datetime.now()}: wait for speaking close and listening start or sleep mode.") + print(f"{datetime.now()}: wait for speaking finished and listening started or sleep mode.") if board == 'orangepi': recorder.hardware.set_led_on("red") while self.wakeup_event.is_set():