From 01db0c521bc6887455f66499fbd1e2b9fa730695 Mon Sep 17 00:00:00 2001 From: martin legrand Date: Thu, 6 Mar 2025 12:01:23 +0100 Subject: [PATCH] typo --- sources/interaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/interaction.py b/sources/interaction.py index 836b0fe..5d66dc0 100644 --- a/sources/interaction.py +++ b/sources/interaction.py @@ -77,7 +77,7 @@ class Interaction: query = self.transcriber.get_transcript() return query - def get_user_input(self) -> str: + def get_user(self) -> str: """Get the user input from the microphone or the keyboard.""" if self.stt_enabled: query = "TTS transcription of user: " + self.transcription_job()