← back to Exo
one line print
8a69a7a238c547a3b75003310c04547f8e1092b9 · 2024-10-07 21:52:11 +0400 · Alex Cheema
Files touched
M exo/networking/udp/udp_discovery.py
Diff
commit 8a69a7a238c547a3b75003310c04547f8e1092b9
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Mon Oct 7 21:52:11 2024 +0400
one line print
---
exo/networking/udp/udp_discovery.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/exo/networking/udp/udp_discovery.py b/exo/networking/udp/udp_discovery.py
index e6af9489..adeb8316 100644
--- a/exo/networking/udp/udp_discovery.py
+++ b/exo/networking/udp/udp_discovery.py
@@ -79,8 +79,7 @@ class UDPDiscovery(Discovery):
return [peer_handle for peer_handle, _, _, _ in self.known_peers.values()]
async def task_broadcast_presence(self):
- if DEBUG_DISCOVERY >= 2:
- print("Starting task_broadcast_presence...")
+ if DEBUG_DISCOVERY >= 2: print("Starting task_broadcast_presence...")
while True:
# Explicitly broadcasting on all assigned ips since broadcasting on `0.0.0.0` on MacOS does not broadcast over
← b7996b9a race condition in on_listen_message for udp discovery fixes
·
back to Exo
·
Fix GPU names for RTX Ampere cards a0ad18c6 →