🐛[bugfix] Model : Speaker Transcription実行時に翻訳が機能しない問題を修正
This commit is contained in:
@@ -252,7 +252,7 @@ class Model:
|
|||||||
target_country,
|
target_country,
|
||||||
message
|
message
|
||||||
)
|
)
|
||||||
return [translation], success_flag
|
return [translation], [success_flag]
|
||||||
|
|
||||||
def addKeywords(self):
|
def addKeywords(self):
|
||||||
for f in config.MIC_WORD_FILTER:
|
for f in config.MIC_WORD_FILTER:
|
||||||
|
|||||||
Reference in New Issue
Block a user