mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-04-06 05:07:16 +02:00
566 B
566 B
MTG Python Deckbuilder v4.6.3
Fixed
- CK prices not loading after GitHub cache download: The
PriceServicesingleton marks_ck_loaded = Trueas a graceful fallback whenck_prices_cache.jsonis absent at startup. If the file was then downloaded during a running container (via "Download from GitHub" or the orchestrator auto-download), the in-memory flag prevented it from ever being read.PriceService.invalidate_ck_cache()is now called after a successful download, forcing a reload on the next price request without requiring a container restart.