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: