UEWBot / dipvis

Django-based visualiser for tournaments for the boardgame Diplomacy
GNU General Public License v3.0
7 stars 5 forks source link

KeyError at models.py:270 in scores_detail() #196

Closed UEWBot closed 3 years ago

UEWBot commented 3 years ago

RScoringAll.scores() doesn't give zeroes to non_players, which means that they are excluded from the dict of scores for the round, but TScoringSum.scores_detail() expects them to be there.