Blackened
This commit is contained in:
parent
ffc944fe99
commit
6df7fe9405
16 changed files with 22 additions and 64 deletions
|
|
@ -132,10 +132,7 @@ class RAMCaptureAPI(View):
|
|||
|
||||
stream.seek(0)
|
||||
|
||||
return send_file(
|
||||
io.BytesIO(stream.getbuffer()),
|
||||
mimetype="image/jpeg"
|
||||
)
|
||||
return send_file(io.BytesIO(stream.getbuffer()), mimetype="image/jpeg")
|
||||
|
||||
|
||||
@ThingAction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue