summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornasrlol <nsrddyn@gmail.com>2024-12-09 21:10:19 +0100
committernasrlol <nsrddyn@gmail.com>2024-12-09 21:10:19 +0100
commit9a390f7b41e980d05c1c05c669febc16f6826ecd (patch)
treedb03a3a38e380d867e28da1cad948271dc5bd314
parent0bba7ddfde20f87932c3a93341754b8e2364daee (diff)
fixed the speech recognizer function, it was asking for a faulty argument, dont know how it got there
-rw-r--r--.DS_Storebin6148 -> 0 bytes
-rw-r--r--source/.DS_Storebin6148 -> 0 bytes
-rw-r--r--source/__pycache__/features.cpython-312.pycbin9305 -> 0 bytes
-rw-r--r--source/__pycache__/hardware_driver.cpython-312.pycbin4078 -> 0 bytes
-rw-r--r--source/features.py2
5 files changed, 1 insertions, 1 deletions
diff --git a/.DS_Store b/.DS_Store
deleted file mode 100644
index 7a40b8f..0000000
--- a/.DS_Store
+++ /dev/null
Binary files differ
diff --git a/source/.DS_Store b/source/.DS_Store
deleted file mode 100644
index 2b35964..0000000
--- a/source/.DS_Store
+++ /dev/null
Binary files differ
diff --git a/source/__pycache__/features.cpython-312.pyc b/source/__pycache__/features.cpython-312.pyc
deleted file mode 100644
index f4fb57d..0000000
--- a/source/__pycache__/features.cpython-312.pyc
+++ /dev/null
Binary files differ
diff --git a/source/__pycache__/hardware_driver.cpython-312.pyc b/source/__pycache__/hardware_driver.cpython-312.pyc
deleted file mode 100644
index 0ff8d39..0000000
--- a/source/__pycache__/hardware_driver.cpython-312.pyc
+++ /dev/null
Binary files differ
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)