chore: format

This commit is contained in:
Timothy Jaeryang Baek
2024-11-26 20:03:06 -08:00
parent 22b5feb747
commit cbc7801b0e
5 changed files with 1019 additions and 1026 deletions

View File

@@ -25,7 +25,7 @@ def prompt_template(
# Format the date to YYYY-MM-DD
formatted_date = current_date.strftime("%Y-%m-%d")
formatted_time = current_date.strftime("%I:%M:%S %p")
formatted_weekday = current_date.strftime("%A") # EX<45>GMonday
formatted_weekday = current_date.strftime("%A")
template = template.replace("{{CURRENT_DATE}}", formatted_date)
template = template.replace("{{CURRENT_TIME}}", formatted_time)