← back to Exo
chore: update manual_discovery.py
4fb01f516dc272d76a24a7e256f33b852640b0ca · 2025-01-24 00:18:42 +0900 · Ikko Eltociear Ashimine
Files touched
M exo/networking/manual/manual_discovery.py
Diff
commit 4fb01f516dc272d76a24a7e256f33b852640b0ca
Author: Ikko Eltociear Ashimine <eltociear@gmail.com>
Date: Fri Jan 24 00:18:42 2025 +0900
chore: update manual_discovery.py
occured -> occurred
---
exo/networking/manual/manual_discovery.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/exo/networking/manual/manual_discovery.py b/exo/networking/manual/manual_discovery.py
index 35a8fabe..2aeb0fc0 100644
--- a/exo/networking/manual/manual_discovery.py
+++ b/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()]}")
← ad0e0d02 fix readme images
·
back to Exo
·
add deepseek v1, v3 and all the distills d8ffa59d →