Skip to content

Commit

Permalink
Merge pull request #30 from ambujraj/dev
Browse files Browse the repository at this point in the history
aws lambda readonly debug
  • Loading branch information
ambujraj authored Feb 2, 2024
2 parents 39aad3e + 9708aca commit a05a106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def post_upload_return_link_qr(body: PostUpload, upload_id: str):

img = qr.make_image(fill_color="black", back_color="white")

temp_qr_path = "{}.png".format(upload_id)
temp_qr_path = "/tmp/" + "{}.png".format(upload_id)
img.save(temp_qr_path)

qr_name = "QRCode_" + upload_id + ".png"
Expand Down

0 comments on commit a05a106

Please sign in to comment.