From 54c51d2056443f6e789acee4d608d2e2aa10f8b4 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Sat, 22 May 2021 07:21:03 +0200 Subject: [PATCH] Refactoring: rename covid19 to flask_covid19 --- src/flask_covid19/blueprints/data_who/who_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flask_covid19/blueprints/data_who/who_model.py b/src/flask_covid19/blueprints/data_who/who_model.py index 98774bb6..da5eca61 100644 --- a/src/flask_covid19/blueprints/data_who/who_model.py +++ b/src/flask_covid19/blueprints/data_who/who_model.py @@ -34,7 +34,7 @@ class WhoDateReported(BlueprintDateReported): def create_new_object_factory(cls, my_date_rep): o = cls.create_new_object_factory_for_who(my_date_rep) oo = WhoDateReported( - datum=o.datumm, + datum=o.datum, year=o.year, month=o.month, day_of_month=o.day_of_month, -- GitLab