This commit is contained in:
callebtc 2023-03-21 16:31:32 +01:00
parent d67133ae61
commit 2ff67b65e8

View file

@ -1,4 +1,3 @@
import asyncio
from fastapi import APIRouter from fastapi import APIRouter
from lnbits.db import Database from lnbits.db import Database
from lnbits.helpers import template_renderer from lnbits.helpers import template_renderer
@ -23,6 +22,8 @@ def nostr_renderer():
from .tasks import init_relays, subscribe_events from .tasks import init_relays, subscribe_events
from .views import * # noqa
from .views_api import * # noqa
def nostrclient_start(): def nostrclient_start():