feat: 更新readme

This commit is contained in:
Lan
2025-02-09 21:08:18 +08:00
parent 8973abdf2f
commit f2f301f515
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -442,7 +442,6 @@ class WebDAVFileStorage(FileStorageInterface):
# 分离文件名和目录路径
path_obj = Path(save_path)
directory_path = str(path_obj.parent)
file_name = path_obj.name
try:
# 先创建目录结构