diff --git a/stand.py b/stand.py index 17c5974..b2caee5 100755 --- a/stand.py +++ b/stand.py @@ -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 +)