Correctly mark non-finalists
This commit is contained in:
parent
cd8ab716b8
commit
61a607e516
@ -138,7 +138,7 @@ class HtmlParser:
|
|||||||
name, number = __parseNameAndId(tds[1].contents[0], tds)
|
name, number = __parseNameAndId(tds[1].contents[0], tds)
|
||||||
|
|
||||||
participant = HtmlParticipant(name, number)
|
participant = HtmlParticipant(name, number)
|
||||||
participant.finalist = True
|
participant.finalist = False
|
||||||
participant.club = tds[2].contents[0]
|
participant.club = tds[2].contents[0]
|
||||||
|
|
||||||
participants[participant] = place
|
participants[participant] = place
|
||||||
|
Loading…
Reference in New Issue
Block a user