From 2ff67b65e888f534a0a3d9e86e163bd56540aecd Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Tue, 21 Mar 2023 16:31:32 +0100 Subject: [PATCH] fix it --- __init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 29f5658..90da4ec 100644 --- a/__init__.py +++ b/__init__.py @@ -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():