File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -69,9 +69,7 @@ <h1 class="title">Module <code>pyControl4.websocket</code></h1>
6969 elif event == self.subscriptionId:
7070 msg = args[0]
7171 if "status" in msg:
72- _LOGGER.debug(
73- f'Status message received from Director: {msg["status"]}'
74- )
72+ _LOGGER.debug(f'Status message received from Director: {msg["status"]}')
7573 await self.emit("2")
7674 else:
7775 await self.callback(args[0])
@@ -281,9 +279,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
281279 elif event == self.subscriptionId:
282280 msg = args[0]
283281 if "status" in msg:
284- _LOGGER.debug(
285- f'Status message received from Director: {msg["status"]}'
286- )
282+ _LOGGER.debug(f'Status message received from Director: {msg["status"]}')
287283 await self.emit("2")
288284 else:
289285 await self.callback(args[0])
@@ -436,9 +432,7 @@ <h3>Methods</h3>
436432 elif event == self.subscriptionId:
437433 msg = args[0]
438434 if "status" in msg:
439- _LOGGER.debug(
440- f'Status message received from Director: {msg["status"]}'
441- )
435+ _LOGGER.debug(f'Status message received from Director: {msg["status"]}')
442436 await self.emit("2")
443437 else:
444438 await self.callback(args[0])</ code > </ pre >
You can’t perform that action at this time.
0 commit comments