summaryrefslogtreecommitdiff
path: root/source/features.py
diff options
context:
space:
mode:
Diffstat (limited to 'source/features.py')
-rw-r--r--source/features.py2
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:
127 L.text("Error reading uptime", 1) 127 L.text("Error reading uptime", 1)
128 print("Error:", e) 128 print("Error:", e)
129 129
130 def recognize_speech(self, recognizer_): 130 def recognize_speech(self):
131 self.clear_terminal_lcd() 131 self.clear_terminal_lcd()
132 132
133 L.text("Listening...", 1) 133 L.text("Listening...", 1)