Use 127.0.0.1 instead of localhost

d5b5b861e2 (commitcomment-119760971)
This commit is contained in:
Damien Elmes 2023-06-27 16:45:31 +10:00
parent 5506f9bf2d
commit 9d4d6bd98b
1 changed files with 1 additions and 1 deletions

2
run
View File

@ -11,7 +11,7 @@ export QTWEBENGINE_REMOTE_DEBUGGING=${QTWEBENGINE_REMOTE_DEBUGGING-8080}
# http://localhost:40000/_anki/pages/deckconfig.html
# Useful in conjunction with tools/web-watch for auto-rebuilding.
export ANKI_API_PORT=${ANKI_API_PORT-40000}
export ANKI_API_HOST=${ANKI_API_HOST-localhost}
export ANKI_API_HOST=${ANKI_API_HOST-127.0.0.1}
./ninja pylib qt
./out/pyenv/bin/python tools/run.py $*