diff --git a/coronavis.py b/coronavis.py index 168e652..317b612 100644 --- a/coronavis.py +++ b/coronavis.py @@ -20,7 +20,7 @@ def get_data(): """fetch data from remote, cache locally and reorganize internal data 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() datafile = f"{date}-full-data.csv"