mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 20:41:21 -05:00
Corona: fix total deaths in top10 output
This commit is contained in:
parent
ee9d4f2740
commit
da9f1df307
@ -454,7 +454,7 @@ class Corona(callbacks.Plugin):
|
||||
rank,
|
||||
item[self.headers["countries"][0]],
|
||||
"{:,}".format(item[self.headers["countries"][1]]),
|
||||
"{:,}".format(item[self.headers["countries"][2]]),
|
||||
"{:,}".format(item[self.headers["countries"][3]]),
|
||||
)
|
||||
)
|
||||
self.top["countries"] = top
|
||||
@ -577,7 +577,7 @@ class Corona(callbacks.Plugin):
|
||||
rank,
|
||||
item[self.headers["states"][0]],
|
||||
"{:,}".format(item[self.headers["states"][1]]),
|
||||
"{:,}".format(item[self.headers["states"][2]]),
|
||||
"{:,}".format(item[self.headers["states"][3]]),
|
||||
)
|
||||
)
|
||||
self.top["states"] = top
|
||||
|
Loading…
x
Reference in New Issue
Block a user