summaryrefslogtreecommitdiff
path: root/bin/source.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/source.py')
-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()