修正bug

This commit is contained in:
william 2024-09-18 14:27:22 +08:00
parent 00ebdf2e3d
commit c0e0fc08d5

View File

@ -11,7 +11,7 @@ steps:
- name: run
commands:
- pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple -r requirements.txt
- chomd +x kill_ui.sh
- chmod +x kill_ui.sh
- ./kill_ui.sh
- nohup python3 chyoso_toolkit_ui.py > output.log 2>&1 &
...