From f32ea4fbb4467e9c7d14e785698224ec0f8d073f Mon Sep 17 00:00:00 2001 From: nasrlol Date: Sun, 24 Nov 2024 13:24:09 +0100 Subject: fixed the file linking in the main code --- bin/source/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/source') diff --git a/bin/source/main.py b/bin/source/main.py index c29b19f..bbd9dfa 100644 --- a/bin/source/main.py +++ b/bin/source/main.py @@ -2,7 +2,7 @@ import time import os import speech_recognition as speech import sounddevice -import bin.hardware_driver as lcd +import hardware_driver as lcd from gpiozero import CPUTemperature ERROR_BAD_REQUEST = "400 Bad Request" -- cgit v1.2.3-70-g09d2