Skip to content

Commit 8828fb0

Browse files
committed
Add missing select
1 parent 65f7a80 commit 8828fb0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tui/screens.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ async def run_rdm_discovery(self) -> str:
255255

256256
@work(thread=True)
257257
async def run_network_discovery(self) -> str:
258+
results_widget = self.query_one("#results_text", Static)
258259
try:
259260
results_widget.update(
260261
f"Searching... timeout is {self.app.configuration.artnet_timeout} sec."

0 commit comments

Comments
 (0)