no need to check master's connection

pull/17/head
unknown 2023-07-26 20:03:51 -05:00
parent 279f15fab8
commit 352183bbd6
No known key found for this signature in database
GPG Key ID: CA376082283AF69A
1 changed files with 3 additions and 0 deletions

View File

@ -128,6 +128,9 @@ class UI:
def reconnect_remotes(self):
for worker in self.world._workers:
if worker.master:
continue
logger.debug(f"checking if worker '{worker.uuid}' is now reachable...")
reachable = worker.reachable()
if worker.state == State.UNAVAILABLE: