wnm168 commited on
Commit
ed3c802
·
verified ·
1 Parent(s): 969bc9c

Update pikpakapi/__init__.py

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