Fix typos
This commit is contained in:
parent
09043d555e
commit
36c89797ce
@ -72,7 +72,7 @@ async def mjpeg():
|
|||||||
|
|
||||||
return StreamingResponse(
|
return StreamingResponse(
|
||||||
generate_frames(output),
|
generate_frames(output),
|
||||||
media_type="multipare/x-mixed-replace; boundry=frame",
|
media_type="multipart/x-mixed-replace; boundry=frame",
|
||||||
background=BackgroundTask(stop)
|
background=BackgroundTask(stop)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user