diff --git a/tts.py b/tts.py index 90f3a81..d9b251a 100755 --- a/tts.py +++ b/tts.py @@ -1,4 +1,4 @@ -#!/usr/bin/env -S bash -c 'exec "`dirname $0`/python" "$0" "$@"' +#!/usr/bin/env -S bash -c 'exec "`dirname $0`/.venv/bin/python" "$0" "$@"' ## TODO # - [ ] lower resolution output by default so bluetooth headsets do not struggle