Corona: minor tweak to top10 reply

This commit is contained in:
oddluck 2020-03-31 23:22:48 +00:00
parent 3a441bc07f
commit ee9d4f2740

View File

@ -576,8 +576,8 @@ class Corona(callbacks.Plugin):
"#{0}: \x1F{1}\x1F (\x0307{2}\x03/\x0304{3}\x03)".format(
rank,
item[self.headers["states"][0]],
item[self.headers["states"][1]],
item[self.headers["states"][2]],
"{:,}".format(item[self.headers["states"][1]]),
"{:,}".format(item[self.headers["states"][2]]),
)
)
self.top["states"] = top