🐛[bugfix] Model : Speaker Transcription実行時に翻訳が機能しない問題を修正
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user