CSS updates, elucidate readme

This commit is contained in:
mez 2024-11-01 22:22:00 +00:00
parent fc81853bc1
commit 8e995e5126
10 changed files with 101 additions and 39 deletions

View file

@ -1,3 +1,11 @@
import datetime
log = [{"event":"event name","date":datetime.datetime(Y,M,D),"url":"link to comment","received":["card01","card02"]}]
log = [
{"event":"event name",
"date":datetime.datetime(Y,M,D),
"url":"link to comment",
"received":["card01","card02"],
"lost":["card03","card04"],
"crayons":{"red":1,"orange":2,"yellow":-3}
}
]