main
Bob Mottram 2020-05-29 13:57:37 +01:00
parent c321c00e44
commit 74ef61fc95
1 changed files with 1 additions and 1 deletions

View File

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