fix(recorder.py): 修复已知问题

This commit is contained in:
2025-03-23 17:15:34 +08:00
parent 54e197e0fd
commit 7f07dbff3e

View File

@@ -33,7 +33,7 @@ class IDRecorder:
async def add(
self,
id_: str,
name: str,
name: str = None,
*args,
**kwargs,
) -> None: