Corona: fix USA state rankings.

This commit is contained in:
oddluck 2020-08-18 22:19:17 +00:00
parent a5dcd83d7b
commit 4342573369

View File

@ -250,7 +250,7 @@ class Corona(callbacks.Plugin):
)
i += 1
self.states[item["USAState"]] = item
rank = results.index(item) - 1
rank = results.index(item)
self.states[item["USAState"]]["rank"] = rank
if rank > 0 and rank <= 10:
top.append(