From 38056c007088d0dfbe119fc08b7425dc047296c8 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 7 Jun 2026 15:55:35 +0200 Subject: [PATCH] feat: update shebang T_T --- tts.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tts.py b/tts.py index 4627843..039bf6d 100755 --- a/tts.py +++ b/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