new data url

This commit is contained in:
fordprefect
2020-03-20 14:42:29 +01:00
parent dc81ba2fa3
commit 118214ba11

View File

@@ -20,7 +20,7 @@ def get_data():
"""fetch data from remote, cache locally and reorganize internal data """fetch data from remote, cache locally and reorganize internal data
not beautiful (at all), but effective!!""" not beautiful (at all), but effective!!"""
dataurl = "https://covid.ourworldindata.org/data/full_data.csv" dataurl = "https://covid.ourworldindata.org/data/ecdc/full_data.csv"
date = datetime.date.today() date = datetime.date.today()
datafile = f"{date}-full-data.csv" datafile = f"{date}-full-data.csv"