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 }