From bb77b572dc7f08a3fa52e10344e61294cc461ce8 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Tue, 19 Jan 2021 14:42:02 +0100 Subject: [PATCH] ### 0.0.9 Release * Fixed #18 /europe/update: Download * Fixed #19 /europe/update: Import File to DB * Issue #20 /europe/update: Update DB * Issue #21 update_date_reported * Issue #22 update_continent * Issue #23 update_country * Issue #24 update_data * Issue #3 ORM: 3NF for ecdc_europa_data_import * Issue #4 data update for 3NF ecdc_europa_data_import --- org/woehlke/covid19/europe/europe_service_update.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org/woehlke/covid19/europe/europe_service_update.py b/org/woehlke/covid19/europe/europe_service_update.py index 7fec89cd..43e2fb41 100644 --- a/org/woehlke/covid19/europe/europe_service_update.py +++ b/org/woehlke/covid19/europe/europe_service_update.py @@ -75,6 +75,8 @@ class EuropeServiceUpdate: app.logger.info("------------------------------------------------------------") self.__update_date_reported() self.__update_continent() + self.__update_country() + self.__update_data() app.logger.info(" update_db [done]") app.logger.info("------------------------------------------------------------") return self -- GitLab