Added listener

This commit is contained in:
Ben Arc
2021-04-19 23:45:40 +01:00
parent 05317eb5d6
commit 651ae2a386
4 changed files with 93 additions and 61 deletions
+5
View File
@@ -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))