From 0d2ba6072886f49765184355db8230375de0f9de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Sat, 18 May 2024 10:01:51 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xiaomusic/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/xiaomusic/config.py b/xiaomusic/config.py index 8786821..6cf434c 100644 --- a/xiaomusic/config.py +++ b/xiaomusic/config.py @@ -10,7 +10,6 @@ from xiaomusic.utils import validate_proxy LATEST_ASK_API = "https://userprofile.mina.mi.com/device_profile/v2/conversation?source=dialogu&hardware={hardware}×tamp={timestamp}&limit=2" COOKIE_TEMPLATE = "deviceId={device_id}; serviceToken={service_token}; userId={user_id}" -WAKEUP_KEYWORD = "小爱同学" HARDWARE_COMMAND_DICT = { # hardware: (tts_command, wakeup_command, volume_command) "LX06": ("5-1", "5-5", "2-1"),