From 49046aa2917d871fbfbe9389547410775d360081 Mon Sep 17 00:00:00 2001 From: nasrlol Date: Mon, 18 Nov 2024 20:27:28 +0100 Subject: fixed the initalization of the i2c file --- bin/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/main.py b/bin/main.py index 921082f..d126502 100644 --- a/bin/main.py +++ b/bin/main.py @@ -10,7 +10,7 @@ ERROR_UNAUTHORIZED = "401 Unauthorized" ERROR_NOT_FOUND = "404 Not Found" ERROR_TIMEOUT = "408 Request Timeout" -lcd = LCD +lcd = LCD() cpu_temp = CPUTemperature() recognizer = speech.Recognizer() microphone = speech.Microphone() -- cgit v1.2.3-70-g09d2