From 9280aefc97e825761218de56da05e0b0b6a0eee6 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Sun, 10 May 2026 13:58:31 +0200 Subject: [PATCH] formatting --- stand.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 +)