No need to send this, it's got a default, refs #1603

This commit is contained in:
Simon Willison 2022-01-19 21:52:00 -08:00
commit b2eebf5ebf

View file

@ -187,7 +187,6 @@ async def favicon(request, send):
send,
str(FAVICON_PATH),
content_type="image/png",
chunk_size=4096,
headers={"Cache-Control": "max-age=3600, immutable, public"},
)