Skip to content

Commit 75aef63

Browse files
committed
Remove more blank spaces
1 parent c611d65 commit 75aef63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/network/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ async def set_energy_intervals(
557557
if production > 0 and production % consumption != 0:
558558
raise ValueError("Production interval must be a multiple of consumption interval")
559559

560-
_LOGGER.debug("set_energy_intervals | cons=%s, prod=%s", consumption, production)
560+
_LOGGER.debug("set_energy_intervals | cons=%s, prod=%s", consumption, production)
561561
request = CircleMeasureIntervalRequest(
562562
self._controller.send, bytes(mac, UTF8), consumption, production
563563
)

0 commit comments

Comments
 (0)