From 1c47eff06dcd2f3278628c2f345227c0eced3136 Mon Sep 17 00:00:00 2001 From: Benedikt Bastin Date: Mon, 5 Apr 2021 12:06:28 +0200 Subject: [PATCH] fix: Turn off forced regeneration of plots and dashboard --- plot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plot.py b/plot.py index 3c24553..f4a7570 100644 --- a/plot.py +++ b/plot.py @@ -37,8 +37,8 @@ print_today = today.isoformat() filename_now = datetime.datetime.now().strftime("%Y%m%d%H%M%S") -force_renew_plots = True -force_renew_dashboard = True +force_renew_plots = False +force_renew_dashboard = False # https://www.tagesschau.de/ausland/europa/ursula-von-der-leyen-zu-corona-impfstoffen-101.html target_date_for_herd_immunity = datetime.date(2021, 9, 22)