mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 10:39:59 +01:00
return img
This commit is contained in:
parent
d913ab1306
commit
2d4e9202f1
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user