fix rclone

This commit is contained in:
jxxghp
2024-07-02 20:32:32 +08:00
parent b37e50480a
commit 0da2bd6468
3 changed files with 218 additions and 29 deletions

View File

@@ -83,7 +83,7 @@ class StorageBase(metaclass=ABCMeta):
pass
@abstractmethod
def download(self, fileitm: schemas.FileItem, path: Path):
def download(self, fileitm: schemas.FileItem, path: Path) -> bool:
"""
下载文件,保存到本地
"""