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…
Reference in New Issue