Set offseason flag

This commit is contained in:
Cal Corum 2024-12-03 15:19:13 -06:00
parent feb69a3980
commit cb874c483c

View File

@ -4,7 +4,7 @@ import copy
from helpers import * 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 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 from discord.ext import commands, tasks
OFFSEASON_FLAG = False OFFSEASON_FLAG = True
class SBaTransaction: class SBaTransaction: