diff options
author | emkael <emkael@tlen.pl> | 2019-02-20 21:13:21 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-02-20 21:13:21 +0100 |
commit | 93e5bac872f3b4729ad36bea358cbbd5b0829c11 (patch) | |
tree | 9a2b0c4d8cfc62717ff1348582dc29901026c3e1 /jfr_playoff/dto.py | |
parent | be06f2599161d30ab8a9587bd4db2a8422ebf933 (diff) |
Allowing to specify selected team in config before the match is published, without changing the bracket connections
Diffstat (limited to 'jfr_playoff/dto.py')
-rw-r--r-- | jfr_playoff/dto.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 = [] |