diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-14 19:33:59 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-14 19:33:59 +0100 |
| commit | cf6fd59f629b34040347c0982c09e26710dccc58 (patch) | |
| tree | 264c8bfe541cc700f431662c7893742711e96dbe /bin | |
| parent | ec2afe02ea46b20a4d3c931f58731e8a6fbd6b46 (diff) | |
trying to fix the lcd error
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/source.py | 3 |
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() |
