diff --git a/app/DataBase/output_pc.py b/app/DataBase/output_pc.py index ae4193e..508191c 100644 --- a/app/DataBase/output_pc.py +++ b/app/DataBase/output_pc.py @@ -258,7 +258,7 @@ class ChildThread(QThread): modify_audio_metadata(audio_path, creatorName) os.utime(audio_path, (timestamp, timestamp)) audio_path = audio_path.replace('\\', '/') - voice_to_text = media_msg_db.get_audio_text(str_content) + voice_to_text = escape_js_and_html(media_msg_db.get_audio_text(str_content)) except: return if self.is_5_min(timestamp):