From 1bc87e623a14d448a909cb3b9acd42f8d65b191a Mon Sep 17 00:00:00 2001 From: misyaguziya <53165965+misyaguziya@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:15:40 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B[bugfix]=20Model=20:=20Speaker=20Tr?= =?UTF-8?q?anscription=E5=AE=9F=E8=A1=8C=E6=99=82=E3=81=AB=E7=BF=BB?= =?UTF-8?q?=E8=A8=B3=E3=81=8C=E6=A9=9F=E8=83=BD=E3=81=97=E3=81=AA=E3=81=84?= =?UTF-8?q?=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-python/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-python/model.py b/src-python/model.py index 7408d4f2..9c32a158 100644 --- a/src-python/model.py +++ b/src-python/model.py @@ -252,7 +252,7 @@ class Model: target_country, message ) - return [translation], success_flag + return [translation], [success_flag] def addKeywords(self): for f in config.MIC_WORD_FILTER: