We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f7a80 commit 8828fb0Copy full SHA for 8828fb0
1 file changed
tui/screens.py
@@ -255,6 +255,7 @@ async def run_rdm_discovery(self) -> str:
255
256
@work(thread=True)
257
async def run_network_discovery(self) -> str:
258
+ results_widget = self.query_one("#results_text", Static)
259
try:
260
results_widget.update(
261
f"Searching... timeout is {self.app.configuration.artnet_timeout} sec."
0 commit comments