|
@@ -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()]}")
|