feat: add space to end of spinner text
This commit is contained in:
parent
d32f35266b
commit
2d96dd9d78
1 changed files with 1 additions and 1 deletions
2
tts.py
2
tts.py
|
|
@ -136,7 +136,7 @@ def main():
|
|||
|
||||
# Generate audio
|
||||
with yaspin() as spinner:
|
||||
spinner.text = spinner_text
|
||||
spinner.text = spinner_text + ' '
|
||||
|
||||
args=parse_args()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue