feat: add space to end of spinner text

This commit is contained in:
ayo 2026-05-21 21:57:35 +02:00
parent d32f35266b
commit 2d96dd9d78

2
tts.py
View file

@ -136,7 +136,7 @@ def main():
# Generate audio
with yaspin() as spinner:
spinner.text = spinner_text
spinner.text = spinner_text + ' '
args=parse_args()