From 42ccdb073e83e776bccf8cf041bb4a5319d4222d Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Tue, 9 Feb 2021 11:12:04 +0100 Subject: [PATCH] work --- src/covid19/blueprints/who/who_service_update.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/covid19/blueprints/who/who_service_update.py b/src/covid19/blueprints/who/who_service_update.py index 6c3f3ac2..1e083449 100644 --- a/src/covid19/blueprints/who/who_service_update.py +++ b/src/covid19/blueprints/who/who_service_update.py @@ -117,10 +117,10 @@ class WhoServiceUpdate: i += 1 k += 1 if i % 500 == 0: - app.logger.debug(" update WHO short ... "+str(i)+" rows") + app.logger.debug(" update WHO incremental ... "+str(i)+" rows") db.session.commit() - app.logger.info(" update WHO short ... " + str(i) + " rows [" + str(my_date) + "] (" + str(k) + ")") - app.logger.info(" update WHO short : "+str(i)+" rows total") + app.logger.info(" update WHO incremental ... " + str(i) + " rows [" + str(my_date) + "] (" + str(k) + ")") + app.logger.info(" update WHO incremental : "+str(i)+" rows total") app.logger.info(" __update_fact_tables_incremental [done]") app.logger.info("------------------------------------------------------------") return self -- GitLab