Fix fallback
This commit is contained in:
parent
d205625ef4
commit
196972b90b
2
wsgi.py
2
wsgi.py
@ -254,7 +254,7 @@ def create_fig(
|
|||||||
{"Digitale Befragung": "Int32"}
|
{"Digitale Befragung": "Int32"}
|
||||||
)
|
)
|
||||||
|
|
||||||
plot_df = create_plot_df(curr_datetime)
|
plot_df = create_plot_df(curr_datetime, df_state)
|
||||||
annotate_current = False
|
annotate_current = False
|
||||||
timestamp = Markup(f'<font color="red">{key} 10:00:00</font>')
|
timestamp = Markup(f'<font color="red">{key} 10:00:00</font>')
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user