Compare commits

..

2 Commits

View File

@ -177,7 +177,6 @@ class ServiceExplorationModule():
while True:
data, addr = self.sock.recvfrom(1024)
print(self.node_manager.status)
if self.node_manager.status == 'none':
if data.decode() == '[EXPLORE]':
self.sock.sendto(self.host.encode(), addr)