Compare commits

..

No commits in common. "a96c6d968e17a1d871326cc4dec28c9685fa61aa" and "dd67d88da07ddb4b2b6c797083f08af4b3beecc4" have entirely different histories.

View File

@ -177,6 +177,7 @@ 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)