Update transactions.py

remove static va for il moves
This commit is contained in:
Cal Corum 2023-07-31 23:08:02 -05:00
parent 0560d400d4
commit 2a2b830169

View File

@ -1570,8 +1570,8 @@ class Transactions(commands.Cog):
f'trade and drop players to FA, though!')
return
# team = await get_team_by_owner(current['season'], ctx.author.id)
team = await get_team_by_abbrev('VA', current['season'])
team = await get_team_by_owner(current['season'], ctx.author.id)
# team = await get_team_by_abbrev('VA', current['season'])
s_query = await db_get('games', params=[
('season', current['season']), ('team1_id', team['id']), ('week', current['week'] + 1)
])