mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-14 18:20:27 +08:00
更新 alipan.py
This commit is contained in:
@@ -556,8 +556,6 @@ class AliPan(StorageBase, metaclass=Singleton):
|
||||
raise Exception("【阿里云盘】创建文件失败!")
|
||||
if resp.get("code"):
|
||||
raise Exception(resp.get("message"))
|
||||
else:
|
||||
raise Exception(resp.get("message"))
|
||||
return resp
|
||||
|
||||
def _refresh_upload_urls(self, drive_id: str, file_id: str, upload_id: str, part_numbers: List[int]):
|
||||
|
||||
Reference in New Issue
Block a user