From 916104ec9c7273528c681d64ddd3aae8870e43ed Mon Sep 17 00:00:00 2001 From: kiraware <117554978+kiraware@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:47:53 +0700 Subject: [PATCH] Change zip `strict=True` in parse_weather_forecast_data --- src/bmkg/parsers/parse_weather_forecast_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bmkg/parsers/parse_weather_forecast_data.py b/src/bmkg/parsers/parse_weather_forecast_data.py index d04e61d..e041525 100644 --- a/src/bmkg/parsers/parse_weather_forecast_data.py +++ b/src/bmkg/parsers/parse_weather_forecast_data.py @@ -121,7 +121,7 @@ def parse_weather_forecast_data(weather_forecast_data: str | bytes) -> WeatherFo ), parameters["wd"], parameters["ws"], - strict=False, + strict=True, ) )