Fix typos
This commit is contained in:
@@ -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)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user