mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 06:48:02 +01:00
fix lnaddress not showing
This commit is contained in:
parent
e44b5051b5
commit
c441c765b2
2 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@ from .views import * # noqa
|
|||
from .views_api import * # noqa
|
||||
|
||||
|
||||
def lnurlp_start():
|
||||
def lnaddress_start():
|
||||
loop = asyncio.get_event_loop()
|
||||
loop.create_task(catch_everything_and_restart(wait_for_paid_invoices))
|
||||
|
|
Loading…
Add table
Reference in a new issue