diff --git a/ddj_cloud/scrapers/talsperren/talsperren.py b/ddj_cloud/scrapers/talsperren/talsperren.py index d5bb3f5..c80e08a 100644 --- a/ddj_cloud/scrapers/talsperren/talsperren.py +++ b/ddj_cloud/scrapers/talsperren/talsperren.py @@ -23,7 +23,7 @@ # Thresholds for fill percentage FILL_RATIO_THRESHOLD_LOW = 0.10 # 10% -FILL_RATIO_THRESHOLD_HIGH = 1.05 # 105% +FILL_RATIO_THRESHOLD_HIGH = 1.10 # 110% def _cleanup_old_data(df: pd.DataFrame) -> pd.DataFrame: