chore: force py format

This commit is contained in:
Vlad Stan 2023-02-10 12:16:25 +02:00
parent 55f9142f3d
commit 1eda457067
8 changed files with 248 additions and 99 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(),
}