From 74ef61fc95635dc42397f9bc303edaf83228f86e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 29 May 2020 13:57:37 +0100 Subject: [PATCH] No slash --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index 8ca8e264..bd111efb 100644 --- a/daemon.py +++ b/daemon.py @@ -1143,7 +1143,7 @@ class PubServer(BaseHTTPRequestHandler): return # favicon image - if htmlGET and '/favicon.ico' in self.path: + if htmlGET and 'favicon.ico' in self.path: # custom favicon faviconFilename = \ self.server.baseDir + '/favicon.ico'