Season 12 Offseason Updates

This commit is contained in:
Cal Corum 2025-05-25 16:39:50 -05:00
parent 4363423876
commit ab4147a25f
2 changed files with 3 additions and 3 deletions

View File

@ -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')

View File

@ -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'