- translation成功時に文字列が帰ってることを検証する処理に変更 - ミュート同期ボタンON/OFF時にマイク文字起こしの状態を変更する処理を追加
@@ -179,7 +179,7 @@ class Model:
)
# 翻訳失敗時のフェールセーフ処理
if translation is True:
if isinstance(translation, str):
success_flag = True
else:
while True:
The note is not visible to the blocked user.