Skip to content

Commit

Permalink
output change
Browse files Browse the repository at this point in the history
  • Loading branch information
EndoNrak committed Oct 9, 2023
1 parent 00e575a commit a5e71d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def evaluation(event: dict, context):
"headers": {
"Content-Type": "text/plain",
},
"body": open('/tmp/canvas.svg', 'rb').read()
"body": open('/tmp/canvas.jpg', 'rb').read()
}
except subprocess.TimeoutExpired:
response = {
Expand Down

0 comments on commit a5e71d9

Please sign in to comment.