mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-04-06 13:11:28 +02:00
fix: include ck_prices_cache.json in similarity cache build and download flows
This commit is contained in:
parent
e03f22a697
commit
6ecd45117f
9 changed files with 21 additions and 4 deletions
|
|
@ -1377,9 +1377,12 @@ def _ensure_setup_ready(out, force: bool = False) -> None:
|
|||
base_url = "https://raw.githubusercontent.com/mwisnowski/mtg_python_deckbuilder/similarity-cache-data"
|
||||
files_to_download = [
|
||||
("card_files/processed/all_cards.parquet", "card_files/processed/all_cards.parquet"),
|
||||
("card_files/processed/commander_cards.parquet", "card_files/processed/commander_cards.parquet"),
|
||||
("card_files/processed/.tagging_complete.json", "card_files/processed/.tagging_complete.json"),
|
||||
("card_files/similarity_cache.parquet", "card_files/similarity_cache.parquet"),
|
||||
("card_files/similarity_cache_metadata.json", "card_files/similarity_cache_metadata.json"),
|
||||
("card_files/prices_cache.json", "card_files/prices_cache.json"),
|
||||
("card_files/ck_prices_cache.json", "card_files/ck_prices_cache.json"),
|
||||
]
|
||||
|
||||
download_success = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue