Season 12 Offseason Updates
This commit is contained in:
parent
4363423876
commit
ab4147a25f
@ -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')
|
||||
|
||||
|
||||
|
||||
@ -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'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user