From 19151888f9115c00d14a19a4c3a50a95540c3de6 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Sat, 20 Feb 2021 07:49:38 +0100 Subject: [PATCH] ### 0.0.18 Release --- .../blueprints/rki_bundeslaender/rki_bundeslaender_views.py | 1 + src/covid19/blueprints/rki_landkreise/rki_landkreise_views.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_views.py b/src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_views.py index 25f73f16..42420308 100644 --- a/src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_views.py +++ b/src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_views.py @@ -3,6 +3,7 @@ from sqlalchemy.exc import OperationalError from flask_admin.contrib.sqla import ModelView from database import app, admin, db +from covid19.blueprints.application.application_workers import celery from covid19.blueprints.rki_bundeslaender.rki_bundeslaender_model import RkiBundeslaender from covid19.blueprints.rki_bundeslaender.rki_bundeslaender_model_import import RkiBundeslaenderImport from covid19.blueprints.application.application_model_transient import ApplicationPage diff --git a/src/covid19/blueprints/rki_landkreise/rki_landkreise_views.py b/src/covid19/blueprints/rki_landkreise/rki_landkreise_views.py index f067f0d7..591bb176 100644 --- a/src/covid19/blueprints/rki_landkreise/rki_landkreise_views.py +++ b/src/covid19/blueprints/rki_landkreise/rki_landkreise_views.py @@ -111,7 +111,7 @@ def url_rki_landkreise_task_update_facttable_initial_only(): @app_rki_landkreise.route('/task/update/dimension-tables/only') -def url_task_who_update_dimension_tables_only(): +def url_rki_landkreise_task_update_dimension_tables_only(): app.logger.info("url_task_who_update_dimension_tables_only [start]") # TODO: implement in rki_views.py return redirect(url_for('rki_landkreise.url_rki_tasks')) -- GitLab