formatting

This commit is contained in:
2026-05-10 13:58:31 +02:00
parent ccea09bf09
commit 9280aefc97
+8 -1
View File
@@ -165,7 +165,14 @@ def append(pgroup: PGroup, row: dict[str, Any]):
app.include_router(router)
ui.run(title="stand", favicon="favicon.png", storage_secret=get_secret(), fastapi_docs=True, dark=True, show=False)
ui.run(
title="stand",
favicon="favicon.png",
storage_secret=get_secret(),
fastapi_docs=True,
dark=True,
show=False
)