getting rid of weird checker for if recording

This commit is contained in:
talksik
2023-04-27 15:02:48 -07:00
parent 8aede99fae
commit 2dd2f871bd
2 changed files with 9 additions and 10 deletions
-3
View File
@@ -2,7 +2,6 @@
# it will then play the audio back to the user from memory
import RPi.GPIO as GPIO
import time
# importing sys
import sys
@@ -27,5 +26,3 @@ while True:
else:
if not audioInstance.isRecording():
audioInstance.startRecord()
time.sleep(1)