mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 20:41:21 -05:00
Corona: fix for latest site change
This commit is contained in:
parent
80b11348c9
commit
ad6bcc9ea7
@ -418,7 +418,7 @@ class Corona(callbacks.Plugin):
|
||||
self.headers["countries"][i]: cell.text.strip()
|
||||
for i, cell in enumerate(row.find_all("td"))
|
||||
}
|
||||
for row in table.find_all("tr")
|
||||
for row in table.find_all("tr", {"style":""})
|
||||
]
|
||||
results = sorted(
|
||||
results,
|
||||
|
Loading…
x
Reference in New Issue
Block a user