CSS updates, elucidate readme
This commit is contained in:
parent
fc81853bc1
commit
8e995e5126
10 changed files with 101 additions and 39 deletions
|
@ -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}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue