From 03e7fb167b09dddf4555e55bf69bfb6e5b995ecf Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Sun, 4 Apr 2021 02:17:26 +0200 Subject: [PATCH] update data --- src/covid19/blueprints/owid/owid_service_update.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/covid19/blueprints/owid/owid_service_update.py b/src/covid19/blueprints/owid/owid_service_update.py index ed88c3d0..2c147aef 100644 --- a/src/covid19/blueprints/owid/owid_service_update.py +++ b/src/covid19/blueprints/owid/owid_service_update.py @@ -63,6 +63,8 @@ class OwidServiceUpdate: if my_OwidCountry is None: my_OwidCountry = OwidCountry( continent=my_OwidContinent, + iso_code=oi.iso_code, + location=oi.location, population=oi.population, population_density=oi.population_density, median_age=oi.median_age, -- GitLab