p123client 0.0.6.9.1__py3-none-any.whl → 0.0.6.9.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- p123client/tool/__init__.py +2 -3
- {p123client-0.0.6.9.1.dist-info → p123client-0.0.6.9.2.dist-info}/METADATA +1 -1
- {p123client-0.0.6.9.1.dist-info → p123client-0.0.6.9.2.dist-info}/RECORD +5 -5
- {p123client-0.0.6.9.1.dist-info → p123client-0.0.6.9.2.dist-info}/LICENSE +0 -0
- {p123client-0.0.6.9.1.dist-info → p123client-0.0.6.9.2.dist-info}/WHEEL +0 -0
p123client/tool/__init__.py
CHANGED
@@ -509,17 +509,16 @@ def share_iterdir(
|
|
509
509
|
share_pwd = urlp.query.rpartition(":")[-1]
|
510
510
|
if len(share_pwd) != 4:
|
511
511
|
share_pwd = ""
|
512
|
-
payload = {"ShareKey": share_key, "SharePwd": share_pwd}
|
513
512
|
return _iterdir(
|
514
513
|
P123Client.share_fs_list,
|
515
|
-
|
514
|
+
{"ShareKey": share_key, "SharePwd": share_pwd},
|
516
515
|
parent_id=parent_id,
|
517
516
|
min_depth=min_depth,
|
518
517
|
max_depth=max_depth,
|
519
518
|
predicate=predicate,
|
520
519
|
cooldown=cooldown,
|
521
520
|
base_url=base_url,
|
522
|
-
extra_data=
|
521
|
+
extra_data={"ShareKey": share_key, "SharePwd": share_pwd},
|
523
522
|
async_=async_,
|
524
523
|
**request_kwargs,
|
525
524
|
)
|
@@ -4,9 +4,9 @@ p123client/client.py,sha256=FYb3ZmYN9reFJn9g5eO0s28ckEd4zi1UxdN2HF9-CeE,258851
|
|
4
4
|
p123client/const.py,sha256=T17OzPQrnIG6w_Hzjc8TF_fFMKa-hQMSn1gff8pVcBc,56
|
5
5
|
p123client/exception.py,sha256=020xGo8WQmGCJz1UzNg9oFzpEvToQcgTye0s6lkFASQ,1540
|
6
6
|
p123client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
p123client/tool/__init__.py,sha256=
|
7
|
+
p123client/tool/__init__.py,sha256=YAIdp-xJ-oSXu6yDtOZGbUEvlE0eW0PV8h8fqlFMkiQ,18819
|
8
8
|
p123client/type.py,sha256=T17OzPQrnIG6w_Hzjc8TF_fFMKa-hQMSn1gff8pVcBc,56
|
9
|
-
p123client-0.0.6.9.
|
10
|
-
p123client-0.0.6.9.
|
11
|
-
p123client-0.0.6.9.
|
12
|
-
p123client-0.0.6.9.
|
9
|
+
p123client-0.0.6.9.2.dist-info/LICENSE,sha256=o5242_N2TgDsWwFhPn7yr8YJNF7XsJM5NxUMtcT97bc,1100
|
10
|
+
p123client-0.0.6.9.2.dist-info/METADATA,sha256=WZBXup5z8MJ9KKNmvMJYaGna0YIXb2-Soqg-CepVhH4,8861
|
11
|
+
p123client-0.0.6.9.2.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
12
|
+
p123client-0.0.6.9.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|