1
0
Fork 0

fix: Turn off forced regeneration of plots and dashboard

This commit is contained in:
Benedikt Bastin 2021-04-05 12:06:28 +02:00
parent 082a552fd3
commit 1c47eff06d
1 changed files with 2 additions and 2 deletions

View File

@ -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)