From cb874c483c6e910d39bad510873d6969777ed956 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Tue, 3 Dec 2024 15:19:13 -0600 Subject: [PATCH] Set offseason flag --- cogs/transactions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/transactions.py b/cogs/transactions.py index 9b6624d..dc7205f 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 class SBaTransaction: