Skip to content

Commit

Permalink
fix: add logger to debug rest api #4
Browse files Browse the repository at this point in the history
  • Loading branch information
chilikla authored Nov 26, 2024
1 parent f08b7d2 commit 6a762e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/yerushamayim/data_coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def _extract_data(self) -> YerushamayimData:
rain_data = {}
wind_data = {}
# _LOGGER.debug("rest_api", self.rest_api)
_LOGGER.debug("Yerushamayim is the best!")
_LOGGER.debug("Yerushamayim is the best!")
if self.rest_api is not None and self.rest_api.data:
try:
rest = json.loads(self.rest_api.data)
Expand Down

0 comments on commit 6a762e8

Please sign in to comment.