Skip to content
This repository was archived by the owner on Nov 16, 2025. It is now read-only.

Commit 6c9c051

Browse files
committed
fixed refresh page action
Signed-off-by: bigcat88 <bigcat88@icloud.com>
1 parent 8e232d1 commit 6c9c051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ex_app/lib/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def start_visionatrix() -> None:
376376
# Run server in background and redirect output to server.log
377377
server_log = open("server.log", "wb")
378378
subprocess.Popen(
379-
[visionatrix_python, "-m", "visionatrix", "run", "--mode=SERVER"],
379+
[visionatrix_python, "-m", "visionatrix", "run", "--mode=SERVER", "--ui"],
380380
stdout=server_log,
381381
stderr=subprocess.STDOUT,
382382
)

0 commit comments

Comments
 (0)