Skip to content

Commit

Permalink
backport py3 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eljeffeg committed Jun 12, 2019
1 parent 961d2db commit 4f2a988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/GameHistory.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def __now__(self):
snapshot_team = SnapshotTeam(
team_id=team.id,
money=team.money,
bots=bot_manager.count_by_team(team),
bots=bot_manager.count_by_team(team.name),
)
snapshot_team.game_levels = team.game_levels
snapshot_team.flags = team.flags
Expand Down

0 comments on commit 4f2a988

Please sign in to comment.