Account for pending cards

This commit is contained in:
mez 2025-03-08 12:15:47 +00:00
parent 042d143b04
commit bfe656a5b4
4 changed files with 46 additions and 2 deletions

View file

@ -46,5 +46,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">= that arent 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"= that arent relevant).
- Run =./build.sh= in this directory to download the relevant card images and then upload everything to the server.