Skip to content

Commit f4cc602

Browse files
Merge pull request #209 from gjohansson-ST/gj-20241122-8
bool to string on deleted
2 parents 55b1fcb + c049c22 commit f4cc602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytrafikverket/trafikverket_weather.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async def async_search_weather_stations(
4646
["Name" "Id"],
4747
[
4848
FieldFilter(FilterOperation.LIKE, "Name", location_name),
49-
FieldFilter(FilterOperation.EQUAL, "Deleted", False),
49+
FieldFilter(FilterOperation.EQUAL, "Deleted", "false"),
5050
],
5151
)
5252
if len(weather_stations) == 0:

0 commit comments

Comments
 (0)