소스 검색

chore: update manual_discovery.py

occured -> occurred
Ikko Eltociear Ashimine 6 달 전
부모
커밋
4fb01f516d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      exo/networking/manual/manual_discovery.py

+ 1 - 1
exo/networking/manual/manual_discovery.py

@@ -62,7 +62,7 @@ class ManualDiscovery(Discovery):
           elif DEBUG_DISCOVERY >= 2:
             print(f"{peer_id=} at {peer_config.address}:{peer_config.port} is not healthy. Removing.")
         except Exception as e:
-          if DEBUG_DISCOVERY >= 2: print(f"Exception occured when attempting to add {peer_id=}: {e}")
+          if DEBUG_DISCOVERY >= 2: print(f"Exception occurred when attempting to add {peer_id=}: {e}")
       await asyncio.sleep(5.0)
 
       if DEBUG_DISCOVERY >= 2: print(f"Current known peers: {[peer.id() for peer in self.known_peers.values()]}")