new data url
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user