From 0c72f868edf2e310df09fee5f41ac689666efc0b Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Fri, 10 Feb 2023 13:40:01 +0200 Subject: [PATCH] fix: do not use `lnbits_relay_information` --- __init__.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/__init__.py b/__init__.py index 031464e..7da5850 100644 --- a/__init__.py +++ b/__init__.py @@ -26,8 +26,8 @@ from .models import NostrRelay from .views import * # noqa from .views_api import * # noqa -settings.lnbits_relay_information = { - "name": "LNbits Nostr Relay", - "description": "Multiple relays are supported", - **NostrRelay.info(), -} +# settings.lnbits_relay_information = { +# "name": "LNbits Nostr Relay", +# "description": "Multiple relays are supported", +# **NostrRelay.info(), +# }