bugfix
This commit is contained in:
parent
48d5f3afeb
commit
c455615478
@ -123,7 +123,7 @@ class RTCLLM:
|
|||||||
await self.ws_send(json.dumps({
|
await self.ws_send(json.dumps({
|
||||||
'type':'disconnect',
|
'type':'disconnect',
|
||||||
'to': peer.info
|
'to': peer.info
|
||||||
})
|
}))
|
||||||
peers = {
|
peers = {
|
||||||
k:v for k,v in self.peers.items() if k != peerid
|
k:v for k,v in self.peers.items() if k != peerid
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user