log: Fix formatting
This commit is contained in:
parent
ac0fed69e4
commit
170a851024
@ -352,7 +352,7 @@ def get_favicon_or_logo(imgtype: str):
|
|||||||
del resp
|
del resp
|
||||||
del stream
|
del stream
|
||||||
except httpx.HTTPError as e:
|
except httpx.HTTPError as e:
|
||||||
logger.debug(f'{imgtype}Exception while closing response', e)
|
logger.debug(f'{imgtype}: Exception while closing response', e)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
headers = dict_subset(resp.headers, {'Content-Type', 'Content-Encoding', 'Content-Length', 'Length'})
|
headers = dict_subset(resp.headers, {'Content-Type', 'Content-Encoding', 'Content-Length', 'Length'})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user