From 989abbe2c2e6686296ad22c81671f90e9ffe5366 Mon Sep 17 00:00:00 2001 From: misyaguziya <53165965+misyaguziya@users.noreply.github.com> Date: Sun, 18 May 2025 16:24:20 +0900 Subject: [PATCH] =?UTF-8?q?[Update]=20check=E7=94=A8=E3=81=AE=E3=83=A1?= =?UTF-8?q?=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E3=82=92=E3=82=B3=E3=83=A1?= =?UTF-8?q?=E3=83=B3=E3=83=88=E3=82=A2=E3=82=A6=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-python/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-python/model.py b/src-python/model.py index 2bea7143..cbbb9562 100644 --- a/src-python/model.py +++ b/src-python/model.py @@ -855,7 +855,7 @@ class Model: # イベントループが終了するまで待機 while self.websocket_server_loop: - self.websocket_server.send("Server is running...") + # self.websocket_server.send("Server is running...") await asyncio.sleep(0.5) # 応答性向上のため間隔短縮 except Exception: