find correct thingy
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 7s

This commit is contained in:
Nexus 2024-05-03 20:20:57 +01:00
parent 8c94ee8655
commit bd3ae275cc
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -88,7 +88,7 @@ class ElectionCog(commands.Cog):
results[str(groups["party"])] = [
int(groups["councillors"]),
int(groups["net"]) * MULTI[groups["net_change"]],
int(find_colour(child_ul.next)[1:], base=16)
int(find_colour(child_ul.next["class"])[1:], base=16)
]
return results