fix merge error

This commit is contained in:
dni ⚡
2022-09-26 16:59:30 +02:00
parent 26769d9498
commit cadb6b2161

View File

@@ -57,10 +57,6 @@ def create_app(config_object="lnbits.settings") -> FastAPI:
},
)
if lnbits.settings.LNBITS_ADMIN_UI:
g().admin_conf = conf
check_settings(app)
g().WALLET = WALLET
app.mount("/static", StaticFiles(packages=[("lnbits", "static")]), name="static")
app.mount(