Skip to content

Commit eb8c243

Browse files
sca075Copilot
andauthored
Update SCR/valetudo_map_parser/config/utils.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 100f9cd commit eb8c243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SCR/valetudo_map_parser/config/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ async def _async_update_shared_data(self, destinations: Destinations | None = No
197197
"""Update the shared data with the latest information."""
198198

199199
if hasattr(self, "get_rooms_attributes") and (
200-
self.shared.map_rooms is None and destinations
200+
self.shared.map_rooms is None and destinations is not None
201201
):
202202
(
203203
self.shared.map_rooms,

0 commit comments

Comments
 (0)