fix : exception in browser

This commit is contained in:
martin legrand
2025-04-04 14:15:29 +02:00
parent ac5118c4e3
commit 5321dcc3ba
2 changed files with 12 additions and 3 deletions
+2
View File
@@ -93,6 +93,8 @@ class Interaction:
self.recorder.join()
self.transcriber.join()
query = self.transcriber.get_transcript()
if query == "exit" or query == "goodbye":
return None
return query
def get_user(self) -> str: