From 28be6884477a7d296f55335d4bc986435507f629 Mon Sep 17 00:00:00 2001 From: dylee00 Date: Mon, 2 Dec 2024 10:33:39 +0900 Subject: [PATCH] =?UTF-8?q?Refactor:=20=EB=87=8C=ED=8C=8C=20=EC=B8=A1?= =?UTF-8?q?=EC=A0=95=20=EC=A3=BC=EA=B8=B0=EB=A5=BC=201=EC=B4=88=EB=A1=9C?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- muse2_local_stream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muse2_local_stream.py b/muse2_local_stream.py index 7600527..a18d464 100644 --- a/muse2_local_stream.py +++ b/muse2_local_stream.py @@ -97,7 +97,7 @@ def send_to_flask(data): send_to_flask(eeg_data_processed) # 0.1초 대기 - time.sleep(0.1) + time.sleep(1) except KeyboardInterrupt: print("Streaming stopped by user.")