Skip to content

Commit

Permalink
Update cam.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zurgeg authored Nov 22, 2020
1 parent f53717a commit 47bcb7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cam.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ def fileopservlet():
message=a
imageID=1
'''
jpeg = request.form['jpegData']
f = open('temp.jpg','wb')
f.write(jpeg)
f.close()
return NotImplemented('Please enable hardcoded responses', status_code=501)


Expand Down

0 comments on commit 47bcb7b

Please sign in to comment.