return img

This commit is contained in:
benarc 2021-02-26 17:48:51 +00:00
parent d913ab1306
commit 2d4e9202f1

View File

@ -28,7 +28,7 @@ async def img(link_id):
print(qr)
qrimage = qr.png('qrimage.png', scale=5)
print(qrimage)
return '<img src=' + qrimage + '>'
return qrimage
@withdraw_ext.route("/print/<link_id>")
async def print_qr(link_id):