main
Bob Mottram 2021-12-16 22:14:34 +00:00
parent 192ebebe9e
commit d5806b1e28
1 changed files with 1 additions and 1 deletions

View File

@ -7412,7 +7412,7 @@ class PubServer(BaseHTTPRequestHandler):
"""Shows a favicon image obtained from the cache
"""
mediaFilename = baseDir + urllib.parse.unquote_plus(path)
print('showCachedFavicon: ' + showCachedFavicon)
print('showCachedFavicon: ' + mediaFilename)
if os.path.isfile(mediaFilename):
if self._etag_exists(mediaFilename):
# The file has not changed