fix: use .show instead of .start

This commit is contained in:
2026-05-20 13:33:10 +02:00
committed by Jan Wyzula
parent 80694d151f
commit b4beb274da
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -369,7 +369,7 @@ class BECGuiClient(RPCBase):
)
if not self._check_if_server_is_alive():
self.start(wait=True)
self.show(wait=True)
if wait:
with wait_for_server(self):
return self._new_impl(