updating VAERS data

This commit is contained in:
frankknoll
2023-04-28 22:33:18 +02:00
parent 38bb1fe77c
commit ee7c5ab3bd
8988 changed files with 16663 additions and 16621 deletions

View File

@@ -18,7 +18,7 @@ class DateProvider:
def getLastUpdated(self):
if self.lastUpdated is None:
self.lastUpdated = self.__getLastUpdated(
url="https://knollfrank.github.io/HowBadIsMyBatch/batchCodeTable.html",
url="https://knollfrank.github.io/HowBadIsMyBatch/HowBadIsMyBatch.html",
getDateStr=lambda soup: soup.find(id="last_updated").text)
return self.lastUpdated