chore: force py format

This commit is contained in:
Vlad Stan 2023-02-10 12:16:25 +02:00
commit 1eda457067
8 changed files with 247 additions and 98 deletions

View file

@ -27,7 +27,7 @@ from .views import * # noqa
from .views_api import * # noqa
settings.lnbits_relay_information = {
"name": "LNbits Nostr Relay",
"name": "LNbits Nostr Relay",
"description": "Multiple relays are supported",
**NostrRelay.info()
**NostrRelay.info(),
}