From a1c7b9e1e3d43a514b3963a2b52e16f618052760 Mon Sep 17 00:00:00 2001 From: misyaguziya <53165965+misyaguziya@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:43:17 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8D=EF=B8=8F[Update]=20Model=20:=20Spe?= =?UTF-8?q?aker2Chatbox=E3=81=AE=E6=A9=9F=E8=83=BD=E3=82=92pass=E7=84=A1?= =?UTF-8?q?=E3=81=97=E3=81=A7=E5=8B=95=E4=BD=9C=E3=81=A7=E3=81=8D=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.py b/config.py index ff8c3d32..f5f89b49 100644 --- a/config.py +++ b/config.py @@ -1142,9 +1142,8 @@ class Config: old_message_format = config[key] setattr(self, key, config[key]) - if key == "ENABLE_SPEAKER2CHATBOX_PASS": - if self.ENABLE_SPEAKER2CHATBOX_PASS_CONFIRMATION == config[key]: - self.ENABLE_SPEAKER2CHATBOX = True + # Force to Enable Speaker2Chatbox + self.ENABLE_SPEAKER2CHATBOX = True if old_message_format is not None: setattr(self, "SEND_MESSAGE_FORMAT_WITH_T", old_message_format)