👍️[Update] Model : translationの出力をlist形式に変更
This commit is contained in:
@@ -201,7 +201,7 @@ class SpeakerMessage:
|
||||
},
|
||||
})
|
||||
elif isinstance(message, str) and len(message) > 0:
|
||||
translation = ""
|
||||
translation = []
|
||||
if model.detectRepeatReceiveMessage(message):
|
||||
return
|
||||
elif config.ENABLE_TRANSLATION is False:
|
||||
|
||||
Reference in New Issue
Block a user