🐛[bugfix] Model : Speaker Transcription実行時に翻訳が機能しない問題を修正

This commit is contained in:
misyaguziya
2024-10-30 10:15:40 +09:00
parent d777339110
commit 1bc87e623a

View File

@@ -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: