diff options
| author | nasrlol <nsrddyn@gmail.com> | 2024-12-09 21:10:19 +0100 |
|---|---|---|
| committer | nasrlol <nsrddyn@gmail.com> | 2024-12-09 21:10:19 +0100 |
| commit | 9a390f7b41e980d05c1c05c669febc16f6826ecd (patch) | |
| tree | db03a3a38e380d867e28da1cad948271dc5bd314 /source/features.py | |
| parent | 0bba7ddfde20f87932c3a93341754b8e2364daee (diff) | |
fixed the speech recognizer function, it was asking for a faulty argument, dont know how it got there
Diffstat (limited to 'source/features.py')
| -rw-r--r-- | source/features.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
