fix: path to interpreter
This commit is contained in:
parent
361c3d6695
commit
c0063da905
1 changed files with 1 additions and 1 deletions
2
tts.py
2
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
|
## TODO
|
||||||
# - [ ] lower resolution output by default so bluetooth headsets do not struggle
|
# - [ ] lower resolution output by default so bluetooth headsets do not struggle
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue