From 4af8ce9d5ffa9913e3983d88fc59e6f9b574268e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 7 Jul 2020 15:19:09 +0100 Subject: [PATCH] Tidying --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index 64aa7263f..53a9ae6a0 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