run python unbuffered so output shows up in docker logs

This commit is contained in:
Dan 2023-08-18 20:57:11 -04:00
parent 541ef9247c
commit 453a5ac1d0
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ while [[ "$KEEP_GOING" -eq "1" ]]; do
printf "Launching launch.py..."
printf "\n%s\n" "${delimiter}"
prepare_tcmalloc
"${python_cmd}" "${LAUNCH_SCRIPT}" "$@"
"${python_cmd}" -u "${LAUNCH_SCRIPT}" "$@"
fi
if [[ ! -f tmp/restart ]]; then