bugfix
This commit is contained in:
parent
887dfbe728
commit
2237847b38
@ -36,7 +36,7 @@ class RTCLLM:
|
||||
self.loop = asyncio.get_event_loop()
|
||||
|
||||
async def ws_send(self, s):
|
||||
self.ws.send(s)
|
||||
await self.ws.send(s)
|
||||
|
||||
def get_pc(self, data):
|
||||
return self.peers[data['from'].id].pc
|
||||
|
Loading…
Reference in New Issue
Block a user