From b58298d8aaa261440e26c8e4a4fd2d82d26c43d7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 4 Oct 2020 22:07:44 +0100 Subject: [PATCH] Fix condition --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index 1d574fc2..01cf419b 100644 --- a/daemon.py +++ b/daemon.py @@ -1068,7 +1068,7 @@ class PubServer(BaseHTTPRequestHandler): if self.path.startswith('/icons/') or \ self.path.startswith('/avatars/') or \ - self.path.startswith('/favicon.ico'): + self.path.startswith('/favicon.ico') or \ self.path.startswith('/newswire.xml'): return False