diff options
Diffstat (limited to '2se.json')
-rw-r--r-- | 2se.json | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -100,18 +100,22 @@ "table": 5,
"teams": [
{"place": [9]},
- {"place": [11, 12]}
+ {"place": [12]}
],
- "winner": [9, 10]
+ "winner": [9, 10],
+ "score": [3.288, 0.0],
+ "running": 0
},
{
"id": 12,
"table": 6,
"teams": [
{"place": [10]},
- {"place": [11, 12]}
+ {"place": [11]}
],
- "winner": [9, 10]
+ "winner": [9, 10],
+ "score": [1.508, 0.0],
+ "running": 0
},
{
"id": 14,
|