update appearance

This commit is contained in:
2024-06-17 17:25:45 +02:00
parent 2c4b6cac19
commit 94314ae91e
2 changed files with 5 additions and 77 deletions

View File

@@ -238,7 +238,7 @@ func GetNextNDaysOfName(n int, name time.Weekday, current time.Time) []time.Time
return result
}
const DB_NAME = "./tasklist.db"
const DB_NAME = "./tasklistJson.db"
const FORMS_NAME = "./forms.html"
const TASK_DAY = time.Tuesday
const AMOUNT_DAYS = 4