From 2227fd336035de5a1d32806af373522fc475b385 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 4 Sep 2024 15:15:26 +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 e8cd1ff..44ce877 100644 --- a/rtcllm/rtc.py +++ b/rtcllm/rtc.py @@ -94,7 +94,7 @@ class RTCLLM: "type":"iceCandidate", "to":to, "candidate":candi - }) + })) async def save_onlineList(self, data): print(f'{self}, {type(self)}')