mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
更新 alipan.py
This commit is contained in:
@@ -556,8 +556,6 @@ class AliPan(StorageBase, metaclass=Singleton):
|
|||||||
raise Exception("【阿里云盘】创建文件失败!")
|
raise Exception("【阿里云盘】创建文件失败!")
|
||||||
if resp.get("code"):
|
if resp.get("code"):
|
||||||
raise Exception(resp.get("message"))
|
raise Exception(resp.get("message"))
|
||||||
else:
|
|
||||||
raise Exception(resp.get("message"))
|
|
||||||
return resp
|
return resp
|
||||||
|
|
||||||
def _refresh_upload_urls(self, drive_id: str, file_id: str, upload_id: str, part_numbers: List[int]):
|
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