diff options
Diffstat (limited to '2sw.json')
-rw-r--r-- | 2sw.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": [6.272, 0.0],
+ "running": 0
},
{
"id": 12,
"table": 6,
"teams": [
{"place": [10]},
- {"place": [11, 12]}
+ {"place": [11]}
],
- "winner": [9, 10]
+ "winner": [9, 10],
+ "score": [0.932, 0.0],
+ "running": 0
},
{
"id": 14,
|