We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6e282 commit fe6b020Copy full SHA for fe6b020
3 files changed
mgz/model/__init__.py
@@ -186,7 +186,6 @@ def parse_match(handle):
186
for obj in player['objects']
187
],
188
player.get('profile_id'),
189
- None,
190
player.get('prefer_random')
191
)
192
mgz/model/definitions.py
@@ -42,9 +42,9 @@ class Player:
42
position: Position
43
objects: list
44
profile_id: int
45
- team_id: int
46
prefer_random: bool = None
47
team: list = None
+ team_id: int = None
48
winner: bool = False
49
eapm: int = None
50
rate_snapshot: int = None
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='mgz',
6
- version='1.8.22',
+ version='1.8.23',
7
description='Parse Age of Empires 2 recorded games.',
8
url='https://github.com/happyleavesaoc/aoc-mgz/',
9
license='MIT',
0 commit comments