diff options
author | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2018-01-27 12:39:31 +0100 |
---|---|---|
committer | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2018-01-27 12:39:31 +0100 |
commit | 6d77df62943b30084f3801b281e0ea82f354aa27 (patch) | |
tree | 74fed472066460f20ff7e02a3e6cf7079b2ee280 | |
parent | 20cf9f2d32910264e61c7650d5ba636f633c7754 (diff) |
add new match to NW
-rw-r--r-- | 2nw.json | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -92,14 +92,15 @@ "matches": [
{
"id": 6,
- "database": "ii_nw_po_2",
+ "database": "2nwpo2a",
"round": 1,
"table": 1,
"teams": [
{"loser": [1]},
{"place": [6]}
],
- "loser": [5, 6]
+ "loser": [5, 6],
+ "link": "nwpo2arunda1.html"
},
{
"id": 7,
|