feat: update shebang T_T

This commit is contained in:
ayo 2026-06-07 15:55:35 +02:00
parent 8852860e21
commit 38056c0070

3
tts.py
View file

@ -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