diff --git a/push_to_record_and_play.py b/push_to_record_and_play.py index 56ec9f0..a0917a5 100644 --- a/push_to_record_and_play.py +++ b/push_to_record_and_play.py @@ -2,7 +2,6 @@ # it will then play the audio back to the user from memory import apa102 -import audio import RPi.GPIO as GPIO # importing sys @@ -10,6 +9,8 @@ import sys # adding Folder_2/subfolder to the system path sys.path.insert(0, '/home/talksik/rpi-random-projects/audio') +import audio + BUTTON = 17