main
Bob Mottram 2021-12-16 22:52:48 +00:00
parent 3a488db6d1
commit 06165e76a9
1 changed files with 1 additions and 0 deletions

View File

@ -7413,6 +7413,7 @@ class PubServer(BaseHTTPRequestHandler):
"""
favFile = path.replace('/favicons/', '')
mediaFilename = baseDir + urllib.parse.unquote_plus(path)
print('showCachedFavicon: ' + mediaFilename)
if self.server.faviconsCache.get(favFile):
mediaBinary = self.server.faviconsCache[favFile]
self._set_headers_etag(mediaFilename,