Corona: fix for latest site change

This commit is contained in:
oddluck 2020-04-09 08:24:45 +00:00
parent 80b11348c9
commit ad6bcc9ea7

View File

@ -418,7 +418,7 @@ class Corona(callbacks.Plugin):
self.headers["countries"][i]: cell.text.strip() self.headers["countries"][i]: cell.text.strip()
for i, cell in enumerate(row.find_all("td")) 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 = sorted(
results, results,