From c45561547892601ffa4fded6b8deb81cf395d9a7 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 3 Sep 2024 16:35:03 +0800 Subject: [PATCH] bugfix --- rtcllm/rtc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtcllm/rtc.py b/rtcllm/rtc.py index eaa24bd..51e57a2 100644 --- a/rtcllm/rtc.py +++ b/rtcllm/rtc.py @@ -123,7 +123,7 @@ class RTCLLM: await self.ws_send(json.dumps({ 'type':'disconnect', 'to': peer.info - }) + })) peers = { k:v for k,v in self.peers.items() if k != peerid }