Added listener
This commit is contained in:
@@ -10,3 +10,8 @@ copilot_ext: Blueprint = Blueprint(
|
||||
from .views_api import * # noqa
|
||||
from .views import * # noqa
|
||||
from .lnurl import * # noqa
|
||||
from .tasks import register_listeners
|
||||
|
||||
from lnbits.tasks import record_async
|
||||
|
||||
lnurlp_ext.record(record_async(register_listeners))
|
||||
|
||||
Reference in New Issue
Block a user