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"
9ERROR_NOT_FOUND = "404 Not Found" 9ERROR_NOT_FOUND = "404 Not Found"
10ERROR_TIMEOUT = "408 Request Timeout" 10ERROR_TIMEOUT = "408 Request Timeout"
11 11
12lcd = LCD() 12lcd = LCD
13cpu_temp = CPUTemperature() 13cpu_temp = CPUTemperature()
14lama = ollama()
15recognizer = speech.Recognizer() 14recognizer = speech.Recognizer()
16microphone = speech.Microphone() 15microphone = speech.Microphone()
17 16