fix it
This commit is contained in:
parent
d67133ae61
commit
2ff67b65e8
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import asyncio
|
||||
from fastapi import APIRouter
|
||||
from lnbits.db import Database
|
||||
from lnbits.helpers import template_renderer
|
||||
|
|
@ -23,6 +22,8 @@ def nostr_renderer():
|
|||
|
||||
|
||||
from .tasks import init_relays, subscribe_events
|
||||
from .views import * # noqa
|
||||
from .views_api import * # noqa
|
||||
|
||||
|
||||
def nostrclient_start():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue