From 8d2008074e7c078543567b4453ed5834e5c23b62 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Fri, 4 Oct 2024 11:19:25 +0300 Subject: [PATCH] fix: q-table --- migrations.py | 1 - templates/lnurlp/index.html | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/migrations.py b/migrations.py index f5711de..66ce5c6 100644 --- a/migrations.py +++ b/migrations.py @@ -181,4 +181,3 @@ async def m010_add_pay_link_domain(db): Add domain to pay links """ await db.execute("ALTER TABLE lnurlp.pay_links ADD COLUMN domain TEXT;") - diff --git a/templates/lnurlp/index.html b/templates/lnurlp/index.html index 1460d75..9723be2 100644 --- a/templates/lnurlp/index.html +++ b/templates/lnurlp/index.html @@ -25,9 +25,9 @@ {% raw %}