in run_example.py [0:0]
def fetch_ip(self, solver_name, task_id): while True: s = self.log_analyzer.get_ip_address(solver_name, task_id) if s is not None: return s sleep(5)