From 6e3db0126c55e0c3833585641d386221ac3cc8f5 Mon Sep 17 00:00:00 2001 From: Kaning123 Date: Sat, 14 Mar 2026 12:59:09 +0800 Subject: [PATCH] fix: Fixed conda-go-webui.bat --- conda-go-webui.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conda-go-webui.bat b/conda-go-webui.bat index 271ccf30..30b811dc 100644 --- a/conda-go-webui.bat +++ b/conda-go-webui.bat @@ -1,4 +1,3 @@ chcp 65001 cd /d %~dp0 -conda activate %1 -python -I webui.py zh_CN \ No newline at end of file +conda activate %1 | python -I webui.py zh_CN \ No newline at end of file