From 87f54c6fefd214d111718c202ccdd5a6632bfbc4 Mon Sep 17 00:00:00 2001 From: Felix Blanke Date: Thu, 31 Aug 2023 11:30:13 +0200 Subject: [PATCH] Add further target values --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 154c9c5..89cddc2 100644 --- a/wsgi.py +++ b/wsgi.py @@ -93,7 +93,7 @@ def plot( curr_datetime, df: pd.DataFrame, annotate_current: bool = False, - total_targets: tuple[int, ...] = (1500,), + total_targets: tuple[int, ...] = (1500, 2500, 3500), alpha: float | None = None, landesbez_str: str | None = None, ) -> str: