Skip to content

Commit a7c4ad3

Browse files
committed
Fix function-call also
1 parent bc9601e commit a7c4ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def _update_gw_devices(self) -> None:
5858
for device_id, device in self.gw_devices.items():
5959
data = self._get_device_data(device_id)
6060
if device_id == self.gateway_id:
61-
mac_list = self._detect_low_batteries(device_id, device, data)
61+
mac_list = self._detect_low_batteries()
6262
self._add_or_update_notifications(device_id, device, data)
6363

6464
device.update(data)

0 commit comments

Comments
 (0)