diff options
Diffstat (limited to '2ne.json')
-rw-r--r-- | 2ne.json | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -58,16 +58,20 @@ "table": 1,
"teams": [
{"place": [1]},
- {"place": [3, 4]}
- ]
+ {"place": [3]}
+ ],
+ "score": [11.78, 0.0],
+ "running": 0
},
{
"id": 2,
"table": 2,
"teams": [
{"place": [2]},
- {"place": [3, 4]}
- ]
+ {"place": [4]}
+ ],
+ "score": [1.312, 0.0],
+ "running": 0
},
{
"id": 4,
|