diff options
author | emkael <emkael@tlen.pl> | 2023-01-21 02:25:40 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2023-01-21 02:25:40 +0100 |
commit | 12eaf2b557c77e55d500b8ce1ef659ac5628f99b (patch) | |
tree | d0825a577dad8d5627f408830ad3aeff37b1424f /eklasa.jtpo | |
parent | 03548f13e9dca5190700d67c65b36796f65f9580 (diff) |
selected_teams
Diffstat (limited to 'eklasa.jtpo')
-rw-r--r-- | eklasa.jtpo | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/eklasa.jtpo b/eklasa.jtpo index 657b029..f9522f9 100644 --- a/eklasa.jtpo +++ b/eklasa.jtpo @@ -132,7 +132,7 @@ }, { "place": [ - + 7, 8 ] } @@ -141,7 +141,8 @@ 7, 8 ], - "table": 2 + "table": 2, + "selected_teams": [-1, 1] }, { "id": 3, @@ -153,8 +154,8 @@ }, { "place": [ - 7 - + 7, + 8 ] } ], @@ -162,7 +163,8 @@ 7, 8 ], - "table": 3 + "table": 3, + "selected_teams": [-1, 0] }, { "id": 4, @@ -174,7 +176,7 @@ }, { "place": [ - + 11, 12 ] } @@ -183,7 +185,8 @@ 9, 10 ], - "table": 4 + "table": 4, + "selected_teams": [-1, 1] }, { "id": 5, @@ -195,8 +198,8 @@ }, { "place": [ - 11 - + 11, + 12 ] } ], @@ -204,7 +207,8 @@ 9, 10 ], - "table": 5 + "table": 5, + "selected_teams": [-1, 0] }, { "id": 6, |