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