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'