feat: update shebang T_T
This commit is contained in:
parent
8852860e21
commit
38056c0070
1 changed files with 1 additions and 2 deletions
3
tts.py
3
tts.py
|
|
@ -1,10 +1,9 @@
|
|||
#! /home/ayo/miniconda3/envs/tts/bin/python3
|
||||
#! /home/ayo/Projects/simple-tts/.venv/bin/python
|
||||
|
||||
## TODO
|
||||
# - [ ] lower resolution output by default so bluetooth headsets do not struggle
|
||||
# - [ ] use os lib to figure out current directory for default input files
|
||||
|
||||
|
||||
import os
|
||||
from time import sleep, time
|
||||
import warnings
|
||||
|
|
|
|||
Loading…
Reference in a new issue