Skip to content

Commit

Permalink
fix: add logger to debug rest api
Browse files Browse the repository at this point in the history
  • Loading branch information
chilikla authored Nov 26, 2024
1 parent f66add0 commit 848bb65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/yerushamayim/data_coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ def _extract_data(self) -> YerushamayimData:

rain_data = {}
wind_data = {}
_LOGGER.debug("rest_api", self.rest_api)
if self.rest_api is not None and self.rest_api.data:
try:
rest_data = {}
Expand Down

0 comments on commit 848bb65

Please sign in to comment.