Fix fallback

This commit is contained in:
Felix Blanke 2023-12-03 12:57:01 +01:00
parent d205625ef4
commit 196972b90b

View File

@ -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'<font color="red">{key} 10:00:00</font>')