This commit is contained in:
eric
2026-03-13 05:15:00 -05:00
parent 90378502cf
commit 53cacfac46
24 changed files with 1059 additions and 141 deletions

4
run-with-logs.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
# 强制无缓冲输出,确保日志立即显示在终端
export PYTHONUNBUFFERED=1
exec python -u run.py