diff options
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) |
