From 7f07dbff3e0da48e6e4b253486e77c9f96e46559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=A8?= Date: Sun, 23 Mar 2025 17:15:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(recorder.py):=20=E4=BF=AE=E5=A4=8D=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/module/recorder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/module/recorder.py b/source/module/recorder.py index 0683dbf..8148920 100644 --- a/source/module/recorder.py +++ b/source/module/recorder.py @@ -33,7 +33,7 @@ class IDRecorder: async def add( self, id_: str, - name: str, + name: str = None, *args, **kwargs, ) -> None: