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)