Skip to content

Commit 4973852

Browse files
committed
Fix ident
1 parent 4aa51f1 commit 4973852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ async def get_missing_energy_logs(self) -> None:
454454
log_address, _ = calc_log_address(log_address, 1, -4)
455455
total_addresses -= 1
456456

457-
await gather(*log_update_tasks)
457+
await gather(*log_update_tasks)
458458

459459
if self._cache_enabled:
460460
await self._energy_log_records_save_to_cache()

0 commit comments

Comments
 (0)