Remove another unneeded Content-Type

This commit is contained in:
Josh Hawkins 2025-08-16 21:50:08 -05:00
parent 10c3070d16
commit c8b39a44dd

View File

@ -217,7 +217,6 @@ def latest_frame(
content=img.tobytes(),
media_type=f"image/{extension.value}",
headers={
"Content-Type": f"image/{extension.value}",
"Cache-Control": "no-store"
if not params.store
else "private, max-age=60",