mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
4c14d4a649
commit
4af8ce9d5f
|
@ -747,7 +747,7 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
self._write(msg)
|
||||
print('instance metadata sent')
|
||||
return True
|
||||
if self.path.startswith('/api/v1/instance/peers'):
|
||||
if self.path.startswith('/api/v1/instance/peers'):
|
||||
# This is just a dummy result.
|
||||
# Showing the full list of peers would have privacy implications.
|
||||
# On a large instance you are somewhat lost in the crowd, but on
|
||||
|
|
Loading…
Reference in New Issue