From 43277898ef254f0abdf59ab658778c7efb4d4eb1 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 11 Sep 2024 10:34:59 +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 3b5173b..b027c76 100644 --- a/rtcllm/rtc.py +++ b/rtcllm/rtc.py @@ -47,7 +47,7 @@ async def pc_get_local_candidates(pc, peer): RTCPeerConnection.get_local_candidates = pc_get_local_candidates -clas MyMediaPlayer(MediaPlayer): +class MyMediaPlayer(MediaPlayer): pass class RTCLLM: