def connect(self):
try:
self._manager.connect()
self._data = self._manager.worker_dict()
except (FileNotFoundError, AttributeError, RemoteError, ConnectionRefusedError, BrokenPipeError):
print('Unable to connect to manager for worker data.')
self._data = {}
评论列表
文章目录