Compare commits
2 Commits
dd67d88da0
...
a96c6d968e
| Author | SHA1 | Date | |
|---|---|---|---|
| a96c6d968e | |||
| 01024d2f0d |
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user