Skip to content

Commit

Permalink
Use different colours for progress bars.
Browse files Browse the repository at this point in the history
  • Loading branch information
teymour-aldridge committed Jan 17, 2025
1 parent d02465f commit 13da9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabbycat/motions/statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def _collate_prelim_motion_annotations(self):
motion.counts_by_bench = {'gov': 0, 'opp': 0}

for side in self.tournament.sides:
side_abbrv = get_side_name(self.tournament, side, 'abbr')
side_abbrv = (get_side_name(self.tournament, side, 'abbr')).lower()
average = getattr(motion, 's%d_average' % side)
if average is None:
continue
Expand Down

0 comments on commit 13da9da

Please sign in to comment.