format black

This commit is contained in:
dni ⚡ 2022-09-22 11:47:24 +02:00
parent e4c310d197
commit 6c2a9b2258

View File

@ -56,6 +56,7 @@ def create_app(config_object="lnbits.settings") -> FastAPI:
"url": "https://raw.githubusercontent.com/lnbits/lnbits-legend/main/LICENSE",
},
)
if lnbits.settings.LNBITS_ADMIN_UI:
g().admin_conf = conf
check_settings(app)