Account for incoming random cards in incomplete trades
This commit is contained in:
parent
c7cf249304
commit
6c61a2bcfc
3 changed files with 35 additions and 14 deletions
|
@ -69,5 +69,5 @@ Python scripts to generate a mobile-friendly static site for tracking tcg cards
|
|||
- Add level images manually to =build/assets/levels/=
|
||||
- Add custom CSS to =build/user.css=
|
||||
*** Updating and building
|
||||
- For each transaction, add a dictionary ={}= to the =log= list like in the example (removing any of ="received"=, ="lost"=, ="crayons"=, ="decks"=, ="coupons"=, ="pend"=, ="unpend"= that aren’t relevant).
|
||||
- For each transaction, add a dictionary ={}= to the =log= list like in the example (removing any of ="received"=, ="lost"=, ="crayons"=, ="decks"=, ="coupons"=, ="pend"=, ="unpend"=, ="randomsin"= that aren’t relevant).
|
||||
- Run =./build.sh= in this directory to download the relevant card images and then upload everything to the server.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue