We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2063457 commit 503f0e9Copy full SHA for 503f0e9
1 file changed
src/europython_discord/registration/pretix_connector.py
@@ -50,7 +50,7 @@ def _load_cache(self) -> None:
50
51
cache = PretixCache.model_validate_json(file_content)
52
self.item_names_by_id = cache.item_names_by_id
53
- self.tickets_by_key = cache.tickets_by_key
+ self.tickets_by_key.update(cache.tickets_by_key)
54
55
async def fetch_pretix_data(self) -> None:
56
"""Fetch order and item data from the Pretix API and cache it."""
0 commit comments