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