|
|
|
@ -197,7 +197,6 @@ class GroupStageTeam: |
|
|
|
self.display_set_difference = False |
|
|
|
self.display_set_difference = False |
|
|
|
self.weight = team_registration.weight |
|
|
|
self.weight = team_registration.weight |
|
|
|
self.team_registration = team_registration |
|
|
|
self.team_registration = team_registration |
|
|
|
self.walk_out = team_registration.walk_out |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def wins_losses(self): |
|
|
|
def wins_losses(self): |
|
|
|
return f"{self.wins}/{self.losses}" |
|
|
|
return f"{self.wins}/{self.losses}" |
|
|
|
|