Skip to content

Commit

Permalink
Change zip strict=True in parse_weather_forecast_data
Browse files Browse the repository at this point in the history
  • Loading branch information
kiraware authored Sep 18, 2024
1 parent 0484026 commit 916104e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bmkg/parsers/parse_weather_forecast_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def parse_weather_forecast_data(weather_forecast_data: str | bytes) -> WeatherFo
),
parameters["wd"],
parameters["ws"],
strict=False,
strict=True,
)
)

Expand Down

0 comments on commit 916104e

Please sign in to comment.