mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-22 19:02:17 +08:00
忘记对语音转的文字escape了
This commit is contained in:
parent
b1f42aa0bb
commit
777756ae5a
@ -258,7 +258,7 @@ class ChildThread(QThread):
|
|||||||
modify_audio_metadata(audio_path, creatorName)
|
modify_audio_metadata(audio_path, creatorName)
|
||||||
os.utime(audio_path, (timestamp, timestamp))
|
os.utime(audio_path, (timestamp, timestamp))
|
||||||
audio_path = audio_path.replace('\\', '/')
|
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:
|
except:
|
||||||
return
|
return
|
||||||
if self.is_5_min(timestamp):
|
if self.is_5_min(timestamp):
|
||||||
|
Loading…
Reference in New Issue
Block a user