mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 19:01:06 -08:00
Merge pull request #12660 from dansgithubuser/fork
Get python print statements to show up in docker logs
This commit is contained in:
commit
ca72db23d2
1 changed files with 1 additions and 1 deletions
2
webui.sh
2
webui.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue