fix transfer

This commit is contained in:
jxxghp
2024-09-20 08:15:23 +08:00
parent 2486b9274c
commit 623580a7ae
4 changed files with 16 additions and 20 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ class U115Pan(StorageBase, metaclass=Singleton):
return sub_file
return None
# 逐级查找和创建目录
# 逐级查找
fileitem = schemas.FileItem(fileid="0")
for part in path.parts:
if part == "/":