diff options
| author | nasrlol <nsrddyn@gmail.com> | 2024-11-18 20:27:28 +0100 |
|---|---|---|
| committer | nasrlol <nsrddyn@gmail.com> | 2024-11-18 20:27:28 +0100 |
| commit | 49046aa2917d871fbfbe9389547410775d360081 (patch) | |
| tree | cca87220ee14c91e4ec6da8a2e38936bf0107fc4 | |
| parent | 2feb019c373c99fa3840d99724f5ee6f7c4dac36 (diff) | |
fixed the initalization of the i2c file
| -rw-r--r-- | bin/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
