From 06ff92df6c750003ca6a48fbb1dda0df960dbd03 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Mon, 24 Nov 2025 14:41:18 -0600 Subject: [PATCH] Update live cardset IDs to 27 and 28 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - LIVE_CARDSET_ID: 24 → 27 - LIVE_PROMO_CARDSET_ID: 25 → 28 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- helpers/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/constants.py b/helpers/constants.py index a1a1a3a..7715c51 100644 --- a/helpers/constants.py +++ b/helpers/constants.py @@ -11,8 +11,8 @@ from typing import Literal SBA_SEASON = 11 PD_SEASON = 9 ranked_cardsets = [20, 21, 22, 17, 18, 19] -LIVE_CARDSET_ID = 24 -LIVE_PROMO_CARDSET_ID = 25 +LIVE_CARDSET_ID = 27 +LIVE_PROMO_CARDSET_ID = 28 MAX_CARDSET_ID = 30 # Cardset Configuration