This commit is contained in:
Paul Gauthier 2023-08-10 17:12:19 -03:00
parent 7b993a9bbb
commit 4812d17372
2 changed files with 4 additions and 1 deletions

View file

@ -441,7 +441,10 @@ class Commands:
return
text = voice.record_and_transcribe()
print()
self.io.user_input(text, log_only=False)
print()
return text