Skip to content

Commit b10def0

Browse files
committed
Add missing list expansion
1 parent 68825c0 commit b10def0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugwise_usb/nodes/circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ async def get_missing_energy_logs(self) -> None:
394394

395395
missing_addresses = sorted(missing_addresses, reverse=True)
396396
await gather(
397-
[
397+
*[
398398
self.energy_log_update(address)
399399
for address in missing_addresses
400400
]

0 commit comments

Comments
 (0)