mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-07 03:18:10 +02: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…
x
Reference in New Issue
Block a user