No html check for favicon

main
Bob Mottram 2020-05-29 14:05:46 +01:00
parent 74ef61fc95
commit 78e13dbd82
1 changed files with 1 additions and 1 deletions

View File

@ -1143,7 +1143,7 @@ class PubServer(BaseHTTPRequestHandler):
return
# favicon image
if htmlGET and 'favicon.ico' in self.path:
if 'favicon.ico' in self.path:
# custom favicon
faviconFilename = \
self.server.baseDir + '/favicon.ico'