@ -284,7 +284,7 @@ class Game(db.Model):
# Capote
if self.points_0 >= 162 or self.points_1 >= 162:
winequipe = 0 if self.points_0 == 162 else 1
winequipe = 0 if self.points_0 >= 162 else 1
# Capote possible.
winnr = self.distributeur
ccc = self.cards_to_distribute.split(',')
The note is not visible to the blocked user.