20250510.1746902772
This commit is contained in:
parent
b53a07601e
commit
54023cae23
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +703,7 @@ def insert():
|
||||||
if daytime_tag != "none":
|
if daytime_tag != "none":
|
||||||
content += f"\n@{daytime_tag}"
|
content += f"\n@{daytime_tag}"
|
||||||
|
|
||||||
content = shlex.quote(file.read())
|
content = shlex.quote(content)
|
||||||
|
|
||||||
if hash != make_hash(temp_file_path):
|
if hash != make_hash(temp_file_path):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue