We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa51f1 commit 4973852Copy full SHA for 4973852
plugwise_usb/nodes/circle.py
@@ -454,7 +454,7 @@ async def get_missing_energy_logs(self) -> None:
454
log_address, _ = calc_log_address(log_address, 1, -4)
455
total_addresses -= 1
456
457
- await gather(*log_update_tasks)
+ await gather(*log_update_tasks)
458
459
if self._cache_enabled:
460
await self._energy_log_records_save_to_cache()
0 commit comments