diff options
author | emkael <emkael@tlen.pl> | 2018-03-24 03:13:03 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-03-24 03:13:03 +0100 |
commit | 0618d0bb3d9d891fcbc5f98003ba0c5e7c982a4f (patch) | |
tree | c27591d4f59f43949be026af97cfffdcf05f3a1e | |
parent | a2d3c0f2ccb3fe11491f7c7f84fae66b5c162dfa (diff) |
Hard-coded score for final match in 1S (Wzorek failed to match team names in remote HTML)
-rw-r--r-- | 1s.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,7 +188,7 @@ "winner": [3],
"loser": [4],
"link": "http://www.pzbs.pl/wyniki/turnieje/2018/kwb/liga1S/mecz_o_3runda1.html",
- "table": 1
+ "score": {"3": 91.9, "6": 99}
}
]
}
|