20250508.1746708725
This commit is contained in:
parent
3c5f3155eb
commit
b53a07601e
7 changed files with 24 additions and 14 deletions
Binary file not shown.
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue