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 23b29d8 commit d6004f3Copy full SHA for d6004f3
plugwise_usb/connection/queue.py
@@ -194,9 +194,7 @@ async def _send_queue_worker(self) -> None:
194
195
queue_depth = self._stick.queue_depth - self._submit_queue.dropped_msgs
196
if queue_depth > 3:
197
- _LOGGER.warning(
198
- "Awaiting plugwise responses %d", queue_depth
199
- )
+ _LOGGER.warning("Awaiting plugwise responses %d", queue_depth)
200
await sleep(0.125)
201
202
await self._stick.write_to_stick(request)
0 commit comments