justheuristic преди 4 години
родител
ревизия
f50a584c87
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      hivemind/averaging/averager.py

+ 1 - 1
hivemind/averaging/averager.py

@@ -261,7 +261,7 @@ class DecentralizedAverager(mp.Process, ServicerBase):
                     await task
                     break
 
-            loop.run_until_complete(_run())
+        loop.run_until_complete(_run())
 
     def run_in_background(self, await_ready: bool = True, timeout: Optional[float] = None) -> None:
         """