fix: revert NostrClientManagerinit place

This commit is contained in:
Vlad Stan 2023-02-08 11:40:42 +02:00
parent 43dc3e85ce
commit 5339dde64a
2 changed files with 5 additions and 4 deletions

View file

@ -22,12 +22,11 @@ def nostrrelay_renderer():
return template_renderer(["lnbits/extensions/nostrrelay/templates"])
from .client_manager import NostrClientManager
from .models import NostrRelay
from .views import * # noqa
from .views_api import * # noqa
client_manager = NostrClientManager()
settings.lnbits_relay_information = {
"name": "LNbits Nostr Relay",