summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2024-11-14 19:33:59 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2024-11-14 19:33:59 +0100
commitcf6fd59f629b34040347c0982c09e26710dccc58 (patch)
tree264c8bfe541cc700f431662c7893742711e96dbe
parentec2afe02ea46b20a4d3c931f58731e8a6fbd6b46 (diff)
trying to fix the lcd error
-rw-r--r--bin/source.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/source.py b/bin/source.py
index f30c066..46b0bab 100644
--- a/bin/source.py
+++ b/bin/source.py
@@ -9,9 +9,8 @@ ERROR_UNAUTHORIZED = "401 Unauthorized"
ERROR_NOT_FOUND = "404 Not Found"
ERROR_TIMEOUT = "408 Request Timeout"
-lcd = LCD()
+lcd = LCD
cpu_temp = CPUTemperature()
-lama = ollama()
recognizer = speech.Recognizer()
microphone = speech.Microphone()