server wrapper note in script

main
Jeff Moe 2023-09-23 13:29:58 -06:00
parent ce5285a5e6
commit 23db1f6561
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@
#
# Temporary workaround to silence Tensorflow
python3 sndid-server.py "$@" 2>/dev/null || echo "Perhaps port in use, wait a few secs for timeout"
python3 sndid-server.py "$@" 2>/dev/null || ( echo "Perhaps port in use, wait a few secs for timeout" ; echo "netstat -pant | grep 9988" )