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(), +# }