Compare commits

...

2 Commits

View File

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