From 91ad2dabdfffdbcebff90774d4d19af017ecc431 Mon Sep 17 00:00:00 2001 From: yanweidong Date: Wed, 9 Sep 2026 18:24:09 +0800 Subject: [PATCH] fux bug --- run.bat | 4 +--- setup.bat | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/run.bat b/run.bat index b1cf477..f139484 100644 --- a/run.bat +++ b/run.bat @@ -1,7 +1,5 @@ git pull set PYTHONUTF8=1 -taskkill /IM collector.exe /F -taskkill /IM python.exe /F +cd py-client/ start python main.py -start bin\collector.exe exit diff --git a/setup.bat b/setup.bat index 2eb5f4d..8e331aa 100644 --- a/setup.bat +++ b/setup.bat @@ -1,4 +1,6 @@ +git pull set PYTHONUTF8=1 +cd py-client/ pip config set global.index-url https://mirrors.aliyun.com/pypi/simple python.exe -m pip install --upgrade pip pip install -r requirements.txt \ No newline at end of file