20250508.1746708725

This commit is contained in:
fz0x1 2025-05-08 14:52:05 +02:00
parent 3c5f3155eb
commit b53a07601e
Signed by: fz0x1
GPG key ID: 6F81647BE1B459F4
7 changed files with 24 additions and 14 deletions

Binary file not shown.

View file

@ -695,7 +695,7 @@ def insert():
subprocess.run(["nvim", temp_file_path], text=True, check=True)
with open(temp_file_path, "r") as file:
diary_datetime = convert_diary_date(datenow_timestamp)
daytime_tag = daytime(diary_datetime)
daytime_tag = daytime(convert_diary_date(datenow_timestamp, False))
content = file.read()