Alexander Borzunov 4 년 전
부모
커밋
1a130354db
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      hivemind/dht/__init__.py

+ 0 - 1
hivemind/dht/__init__.py

@@ -136,7 +136,6 @@ class DHT(mp.Process):
                 if not self._inner_pipe.poll():
                     continue
                 try:
-
                     method, args, kwargs = self._inner_pipe.recv()
                 except (OSError, ConnectionError, RuntimeError) as e:
                     logger.exception(e)