Update prize pool and participants
This commit is contained in:
parent
49eb6929ca
commit
4d19da826e
|
@ -18,8 +18,8 @@ x================================+
|
||||||
|
|
||||||
# run this to sum sats:
|
# run this to sum sats:
|
||||||
# SELECT SUM(msats) / 1000 FROM "Item" WHERE ("userId" = 19494) or id = 342259;
|
# SELECT SUM(msats) / 1000 FROM "Item" WHERE ("userId" = 19494) or id = 342259;
|
||||||
# last updated: 2024-06-14
|
# last updated: 2024-11-08
|
||||||
prize_pool = 336028.39
|
prize_pool = 337862.39
|
||||||
|
|
||||||
participants = [
|
participants = [
|
||||||
Participant("orthwyrm", 260),
|
Participant("orthwyrm", 260),
|
||||||
|
@ -46,6 +46,7 @@ participants = [
|
||||||
Participant("grayruby", 655),
|
Participant("grayruby", 655),
|
||||||
Participant("siggy47", 380),
|
Participant("siggy47", 380),
|
||||||
Participant("phatom", 440, False),
|
Participant("phatom", 440, False),
|
||||||
|
Participant("Carresan", 619)
|
||||||
]
|
]
|
||||||
participants = list(sorted(participants, key=attrgetter('day')))
|
participants = list(sorted(participants, key=attrgetter('day')))
|
||||||
participants = populate_eliminated(participants)
|
participants = populate_eliminated(participants)
|
||||||
|
|
Loading…
Reference in New Issue