fix: Turn off forced regeneration of plots and dashboard
This commit is contained in:
parent
082a552fd3
commit
1c47eff06d
1 changed files with 2 additions and 2 deletions
4
plot.py
4
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)
|
||||
|
|
Loading…
Reference in a new issue