Skip to content

Commit 6c9c051

Browse files
committed
fixed refresh page action
Signed-off-by: bigcat88 <[email protected]>
1 parent 8e232d1 commit 6c9c051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)