typo
This commit is contained in:
parent
d13006ce95
commit
444c16b0b4
1 changed files with 1 additions and 1 deletions
|
@ -194,5 +194,5 @@ async def get_picture_for_day(
|
||||||
|
|
||||||
return StreamingResponse(
|
return StreamingResponse(
|
||||||
content=img_buffer,
|
content=img_buffer,
|
||||||
media_type="image/jpg",
|
media_type="image/jpeg",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue