Skip to content

Commit decf20a

Browse files
committed
fix logging error in site
1 parent c8cf065 commit decf20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyadtpulse/site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def _update_zone_from_soup(self, soup: BeautifulSoup) -> Optional[ADTPulseZones]
427427
gateway_online = True
428428
self._zones.update_device_info(zone, state, status, last_update)
429429
LOG.debug(
430-
"Set zone %s - to %s, status %s with timestamp %d",
430+
"Set zone %d - to %s, status %s with timestamp %s",
431431
zone,
432432
state,
433433
status,

0 commit comments

Comments
 (0)