feat: add landing page
This commit is contained in:
parent
1a458ee757
commit
b1d0c5c475
2 changed files with 55 additions and 2 deletions
2
tasks.py
2
tasks.py
|
|
@ -21,7 +21,7 @@ async def wait_for_paid_invoices():
|
|||
|
||||
|
||||
async def on_invoice_paid(payment: Payment) -> None:
|
||||
if payment.extra.get("tag") != "market":
|
||||
if payment.extra.get("tag") != "nostrmarket":
|
||||
return
|
||||
|
||||
print("### on_invoice_paid")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue