formatting
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user