Files
gitlab-instance-0a899031_pa…/run-with-logs.sh
2026-03-13 05:15:00 -05:00

5 lines
120 B
Bash

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