We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef22b9b commit 9829f4fCopy full SHA for 9829f4f
sc2reader/resources.py
@@ -883,7 +883,7 @@ def load_player_stats(self):
883
xy = [(o[2], o[0]) for o in items]
884
self.player_stats[index]['Income Graph'] = Graph([], [], xy_list=xy)
885
886
- for index, items in enumerate(self.parts[4][0][1][1]):
+ for index, items in enumerate(self.parts[4][0][2][1]):
887
888
self.player_stats[index]['Army Graph'] = Graph([], [], xy_list=xy)
889
0 commit comments