We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0152798 commit 7b6a1a6Copy full SHA for 7b6a1a6
plugwise/controller.py
@@ -234,18 +234,14 @@ def _send_message_loop(self):
234
_LOGGER.info(
235
"Send %s to %s using seq_id %s",
236
self.expected_responses[seq_id][0].__class__.__name__,
237
- self.expected_responses[seq_id][0].mac.decode(
238
- UTF8_DECODE
239
- ),
+ self.expected_responses[seq_id][0].mac.decode(UTF8_DECODE),
240
str(seq_id),
241
)
242
else:
243
244
"Resend %s to %s using seq_id %s, retry %s",
245
246
247
248
249
250
str(self.expected_responses[seq_id][2]),
251
0 commit comments