From 93e5bac872f3b4729ad36bea358cbbd5b0829c11 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 20 Feb 2019 21:13:21 +0100 Subject: Allowing to specify selected team in config before the match is published, without changing the bracket connections --- jfr_playoff/dto.py | 1 + 1 file changed, 1 insertion(+) (limited to 'jfr_playoff/dto.py') diff --git a/jfr_playoff/dto.py b/jfr_playoff/dto.py index 8c04901..169eda0 100644 --- a/jfr_playoff/dto.py +++ b/jfr_playoff/dto.py @@ -13,6 +13,7 @@ class Team(object): score = 0.0 place = None known_teams = 0 + selected_team = -1 def __init__(self): self.place = [] -- cgit v1.2.3