Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bouwew committed Nov 30, 2023
1 parent b2e3544 commit 1a6c48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugwise/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def _appliance_info_finder(self, appliance: etree, appl: Munch) -> Munch:
return None

# Find the valid heater_central
if (result := self._check_heater_central() is None:
if (result := self._check_heater_central()) is None:
return None
self._heater_id = result

Expand Down

0 comments on commit 1a6c48f

Please sign in to comment.