mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-23 03:22:17 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
9ea9d4b5f4
@ -248,7 +248,7 @@ def file(bytes_extra, compress_content, output_path):
|
||||
file_path = get_file(bytes_extra, file_name, output_path)
|
||||
return {
|
||||
'type': msg_type,
|
||||
'file_name': escape_js_and_html(file_path),
|
||||
'file_name': escape_js_and_html(file_name),
|
||||
'file_len': file_len,
|
||||
'file_ext': file_ext,
|
||||
'file_path': file_path,
|
||||
|
Loading…
Reference in New Issue
Block a user