Update transactions.py
remove static va for il moves
This commit is contained in:
parent
0560d400d4
commit
2a2b830169
@ -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)
|
||||
])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user