Update transactions.py

This commit is contained in:
Cal Corum 2024-02-04 23:02:05 -06:00
parent c729e4a122
commit 00531f4708

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, patch_player, db_post
from discord.ext import commands, tasks
OFFSEASON_FLAG = True
OFFSEASON_FLAG = False
class SBaTransaction: