diff --git a/daemon.py b/daemon.py index 64aa7263..53a9ae6a 100644 --- a/daemon.py +++ b/daemon.py @@ -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