chore: remove duration
This commit is contained in:
@@ -124,7 +124,6 @@ class Record(BaseMessageComponent):
|
||||
timeout: T.Optional[int] = 0
|
||||
# 额外
|
||||
path: T.Optional[str]
|
||||
duration: T.Optional[int] = 0 # 毫秒
|
||||
|
||||
def __init__(self, file: T.Optional[str], **_):
|
||||
for k in _.keys():
|
||||
|
||||
Reference in New Issue
Block a user