Fix walk out issue

clubs
Laurent 1 year ago
parent 290a40728a
commit 1adb200c54
  1. 2
      tournaments/models/match.py

@ -215,7 +215,7 @@ class LiveMatch:
def add_team(self, team): def add_team(self, team):
self.teams.append(team) self.teams.append(team)
if team.walk_out is not None: if team.walk_out is True:
self.has_walk_out = True self.has_walk_out = True
def to_dict(self): def to_dict(self):

Loading…
Cancel
Save