sync_v2
Laurent 8 months ago
parent fa27058dbb
commit f6279aa7eb
  1. 2
      tournaments/models/tournament.py

@ -838,7 +838,7 @@ class Tournament(BaseModel):
return matches return matches
def elected_broadcast_group_stages(self): def elected_broadcast_group_stages(self):
group_stages = list(self.group_stages()) group_stages = list(self.group_stages.all())
started = [gs for gs in group_stages if gs.starts_soon()] started = [gs for gs in group_stages if gs.starts_soon()]
if len(started) > 0: if len(started) > 0:
return started return started

Loading…
Cancel
Save