updated california

main
Taylor Hood 1 year ago
parent 426906cadb
commit d83d9151a7

@ -47,7 +47,7 @@ def fetch_games():
"desription": h.handle(game_["description"]), "desription": h.handle(game_["description"]),
"image_urls": [game_["unScratchedImage"], game_["scratchedImage"]], "image_urls": [game_["unScratchedImage"], game_["scratchedImage"]],
"how_to_play": h.handle(game_["howToPlay"]), "how_to_play": h.handle(game_["howToPlay"]),
"num_tx_initial": grand_prize["odds"] * grand_prize["totalNumberOfPrizes"], "num_tx_initial": num_tx_initial(game_),
"price": game_["price"], "price": game_["price"],
"prizes": prizes, "prizes": prizes,
"state": "tx", "state": "tx",

Loading…
Cancel
Save