From 91f04da2aa0d2351b5d8c44cb4e08d8004837c6a Mon Sep 17 00:00:00 2001 From: IrvingGao <1729854488@qq.com> Date: Tue, 18 Jun 2024 17:40:43 +0800 Subject: [PATCH] [client] fix bugs --- 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 80d80d5..7c75bae 100644 --- a/takway/clients/web_socket_client_utils.py +++ b/takway/clients/web_socket_client_utils.py @@ -181,6 +181,7 @@ class WebSocketClinet: self.wakeup_event.set() print(f"{datetime.now()}: wake up by voice.") else: + recorder.hardware.long_power_status = False continue # 设置为倾听模式