Fix typos

This commit is contained in:
Tyler 2025-06-29 16:33:37 -04:00
parent 09043d555e
commit 36c89797ce
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

@ -72,7 +72,7 @@ async def mjpeg():
return StreamingResponse(
generate_frames(output),
media_type="multipare/x-mixed-replace; boundry=frame",
media_type="multipart/x-mixed-replace; boundry=frame",
background=BackgroundTask(stop)
)