wnm168 commited on
Commit
7e1804e
·
verified ·
1 Parent(s): 10b3e04

Update pikpakapi/__init__.py

Browse files
Files changed (1) hide show
  1. pikpakapi/__init__.py +1 -1
pikpakapi/__init__.py CHANGED
@@ -1113,7 +1113,7 @@ class PikPakApi:
1113
  "share_id": share_id,
1114
  "pass_code_token": pass_code_token,
1115
  "file_ids": file_ids,
1116
- folder_type: "DOWNLOAD",
1117
  }
1118
  captcha_result = await self.captcha_init(f"GET:/drive/v1/share/restore")
1119
  self.captcha_token = captcha_result.get("captcha_token")
 
1113
  "share_id": share_id,
1114
  "pass_code_token": pass_code_token,
1115
  "file_ids": file_ids,
1116
+ "folder_type": "DOWNLOAD",
1117
  }
1118
  captcha_result = await self.captcha_init(f"GET:/drive/v1/share/restore")
1119
  self.captcha_token = captcha_result.get("captcha_token")