mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
log: Fix formatting
This commit is contained in:
parent
ac0fed69e4
commit
170a851024
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue