p123client 0.0.6.9.1__tar.gz → 0.0.6.9.2__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: p123client
3
- Version: 0.0.6.9.1
3
+ Version: 0.0.6.9.2
4
4
  Summary: Python 123 webdisk client.
5
5
  Home-page: https://github.com/ChenyangGao/p123client
6
6
  License: MIT
@@ -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
- payload,
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=payload,
521
+ extra_data={"ShareKey": share_key, "SharePwd": share_pwd},
523
522
  async_=async_,
524
523
  **request_kwargs,
525
524
  )
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "p123client"
3
- version = "0.0.6.9.1"
3
+ version = "0.0.6.9.2"
4
4
  description = "Python 123 webdisk client."
5
5
  authors = ["ChenyangGao <wosiwujm@gmail.com>"]
6
6
  license = "MIT"
File without changes
File without changes