From ab4147a25f4121a987d945fbf6b6a9338a9238ba Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Sun, 25 May 2025 16:39:50 -0500 Subject: [PATCH] Season 12 Offseason Updates --- cogs/transactions.py | 2 +- helpers.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cogs/transactions.py b/cogs/transactions.py index 9782da3..77931bd 100644 --- a/cogs/transactions.py +++ b/cogs/transactions.py @@ -4,7 +4,7 @@ import copy from helpers import * from db_calls import db_get, db_patch, get_team_by_owner, get_team_by_abbrev, get_player_by_name, put_player, db_post from discord.ext import commands, tasks -OFFSEASON_FLAG = False +OFFSEASON_FLAG = True logger = logging.getLogger('discord_app') diff --git a/helpers.py b/helpers.py index 1e7e3a4..c48bbfa 100644 --- a/helpers.py +++ b/helpers.py @@ -20,8 +20,8 @@ from difflib import get_close_matches logger = logging.getLogger('discord_app') -SBA_SEASON = 11 -PD_SEASON = 7 +SBA_SEASON = 12 +PD_SEASON = 9 FA_LOCK_WEEK = 14 SBA_COLOR = 'a6ce39'