diff --git a/server_microphone.py b/server_microphone.py index 2b6bccc..788f3cc 100644 --- a/server_microphone.py +++ b/server_microphone.py @@ -101,6 +101,9 @@ async def run_test(): run_stop_only_once_flag = False if "result" in finalResult: run_stop_only_once_flag = True + pixels.think() + time.sleep(1) + pixels.off() async def main():