Track coupons
This commit is contained in:
parent
bcab0d3a2a
commit
c5984b53d2
7 changed files with 53 additions and 5 deletions
|
@ -6,7 +6,8 @@ log = [
|
|||
"url":"link to comment",
|
||||
"received":["card01","card02"],
|
||||
"lost":["card03","card04"],
|
||||
"crayons":{"red":1,"orange":2,"yellow":-3}
|
||||
"crayons":{"red":1,"orange":2,"yellow":-3},
|
||||
"coupons":{"01":5},
|
||||
"decks":["deck1","deck2","deck3","deck4","deck5","deck6","deck7","deck8"] # only if "event":"portfolio"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue