Skip to content

Commit

Permalink
Fix break-point
Browse files Browse the repository at this point in the history
  • Loading branch information
bouwew committed Nov 30, 2023
1 parent 4ddc460 commit 4cca1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugwise/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,8 @@ def _check_heater_central(self) -> str:
for key, value in item.items():
if value:
heater_central_id = key
# Stop when a valid id is found
break
# Stop when a valid id is found
break

return heater_central_id

Expand Down

0 comments on commit 4cca1a2

Please sign in to comment.