mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-Nonebot.git
synced 2026-04-01 22:04:51 +00:00
fix(kukufile): 修改上传文件方法文档
This commit is contained in:
parent
0161b7d45f
commit
caa212661c
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class Kukufile:
|
|||
print(f"Upload Error: {str(e)}")
|
||||
task['status'] = 'error'
|
||||
async def upload_file(file_path, file_name: str = None):
|
||||
"""上传文件的静态方法\n
|
||||
"""上传文件\n
|
||||
:param file_path: 上传文件绝对路径\n
|
||||
:param file_name: 显示文件名\n
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue