From 196972b90bd60a0908a912d7538baec50f13fffb Mon Sep 17 00:00:00 2001 From: Felix Blanke Date: Sun, 3 Dec 2023 12:57:01 +0100 Subject: [PATCH] Fix fallback --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index eb54f80..9b58bfd 100644 --- a/wsgi.py +++ b/wsgi.py @@ -254,7 +254,7 @@ def create_fig( {"Digitale Befragung": "Int32"} ) - plot_df = create_plot_df(curr_datetime) + plot_df = create_plot_df(curr_datetime, df_state) annotate_current = False timestamp = Markup(f'{key} 10:00:00')