From 3b054734ee4a51e595e0fde697737386d97a689b Mon Sep 17 00:00:00 2001 From: talksik Date: Thu, 27 Apr 2023 14:01:29 -0700 Subject: [PATCH] reference error --- push_to_record_and_play.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push_to_record_and_play.py b/push_to_record_and_play.py index 623531f..2e87b90 100644 --- a/push_to_record_and_play.py +++ b/push_to_record_and_play.py @@ -1,7 +1,7 @@ # this program will record audio while the button is pressed # it will then play the audio back to the user from memory -import audio +import audio.audio import RPi.GPIO as GPIO BUTTON = 17