Skip to content

Commit

Permalink
Update coordinator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rowan authored Sep 17, 2024
1 parent eae2f0a commit 72711a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/miner/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ async def _async_update_data(self):
]
)
except Exception as err:
_LOGGER.exception(err)
raise UpdateFailed from err

_LOGGER.debug(f"Got data: {miner_data}")
Expand Down

0 comments on commit 72711a5

Please sign in to comment.