From 06165e76a9381d5bed32b1b6499a199c627f6f86 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 16 Dec 2021 22:52:48 +0000 Subject: [PATCH] Debug --- daemon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon.py b/daemon.py index 2a51d726e..9495d9d71 100644 --- a/daemon.py +++ b/daemon.py @@ -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,