From c0063da905ca687f9cb55fa5da25e1ef5feb56be Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 7 Jun 2026 16:56:44 +0200 Subject: [PATCH] fix: path to interpreter --- tts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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