20250510.1746902772

This commit is contained in:
fz0x1 2025-05-10 20:46:12 +02:00
parent b53a07601e
commit 54023cae23
Signed by: fz0x1
GPG key ID: 6F81647BE1B459F4

View file

@ -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: