log: Fix formatting

This commit is contained in:
Solirs 2023-03-22 22:40:56 +01:00
parent ac0fed69e4
commit 170a851024

View file

@ -352,7 +352,7 @@ def get_favicon_or_logo(imgtype: str):
del resp
del stream
except httpx.HTTPError as e:
logger.debug(f'{imgtype}Exception while closing response', e)
logger.debug(f'{imgtype}: Exception while closing response', e)
try:
headers = dict_subset(resp.headers, {'Content-Type', 'Content-Encoding', 'Content-Length', 'Length'})