mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
192ebebe9e
commit
d5806b1e28
|
@ -7412,7 +7412,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
"""Shows a favicon image obtained from the cache
|
"""Shows a favicon image obtained from the cache
|
||||||
"""
|
"""
|
||||||
mediaFilename = baseDir + urllib.parse.unquote_plus(path)
|
mediaFilename = baseDir + urllib.parse.unquote_plus(path)
|
||||||
print('showCachedFavicon: ' + showCachedFavicon)
|
print('showCachedFavicon: ' + mediaFilename)
|
||||||
if os.path.isfile(mediaFilename):
|
if os.path.isfile(mediaFilename):
|
||||||
if self._etag_exists(mediaFilename):
|
if self._etag_exists(mediaFilename):
|
||||||
# The file has not changed
|
# The file has not changed
|
||||||
|
|
Loading…
Reference in New Issue