From 9a390f7b41e980d05c1c05c669febc16f6826ecd Mon Sep 17 00:00:00 2001 From: nasrlol Date: Mon, 9 Dec 2024 21:10:19 +0100 Subject: fixed the speech recognizer function, it was asking for a faulty argument, dont know how it got there --- source/features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/features.py') diff --git a/source/features.py b/source/features.py index 2eb5a42..7690feb 100644 --- a/source/features.py +++ b/source/features.py @@ -127,7 +127,7 @@ class feat: L.text("Error reading uptime", 1) print("Error:", e) - def recognize_speech(self, recognizer_): + def recognize_speech(self): self.clear_terminal_lcd() L.text("Listening...", 1) -- cgit v1.2.3-70-g09d2