Skip to content

Commit

Permalink
Merge pull request #625 from eltociear/patch-1
Browse files Browse the repository at this point in the history
chore: update manual_discovery.py
  • Loading branch information
AlexCheema authored Jan 23, 2025
2 parents a635b23 + 4fb01f5 commit aa1ce21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exo/networking/manual/manual_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async def task_find_peers_from_config(self):
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()]}")
Expand Down

0 comments on commit aa1ce21

Please sign in to comment.