p115client 0.0.5.11.10__tar.gz → 0.0.5.11.10.1__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.
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/PKG-INFO +1 -1
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/p115client/tool/fs_files.py +2 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/pyproject.toml +1 -1
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/LICENSE +0 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/p115client/__init__.py +0 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/p115client/_upload.py +0 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/p115client/client.py +0 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/p115client/const.py +0 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/p115client/exception.py +0 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/p115client/py.typed +0 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/p115client/tool/__init__.py +0 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/p115client/tool/attr.py +0 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/p115client/tool/auth.py +0 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/p115client/tool/download.py +0 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/p115client/tool/edit.py +0 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/p115client/tool/export_dir.py +0 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/p115client/tool/history.py +0 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/p115client/tool/iterdir.py +0 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/p115client/tool/life.py +0 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/p115client/tool/pool.py +0 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/p115client/tool/request.py +0 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/p115client/tool/upload.py +0 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/p115client/tool/util.py +0 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/p115client/tool/xys.py +0 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/p115client/type.py +0 -0
- {p115client-0.0.5.11.10 → p115client-0.0.5.11.10.1}/readme.md +0 -0
@@ -196,6 +196,7 @@ def iter_fs_files_threaded(
|
|
196
196
|
}
|
197
197
|
cid = int(payload["cid"])
|
198
198
|
if not isinstance(client, P115Client) or app == "open":
|
199
|
+
page_size = min(page_size, 1150)
|
199
200
|
fs_files = partial(client.fs_files_open, **request_kwargs)
|
200
201
|
elif app in ("", "web", "desktop", "harmony"):
|
201
202
|
page_size = min(page_size, 1150)
|
@@ -310,6 +311,7 @@ async def iter_fs_files_asynchronized(
|
|
310
311
|
}
|
311
312
|
cid = int(payload["cid"])
|
312
313
|
if not isinstance(client, P115Client) or app == "open":
|
314
|
+
page_size = min(page_size, 1150)
|
313
315
|
fs_files = partial(client.fs_files_open, **request_kwargs)
|
314
316
|
elif app in ("", "web", "desktop", "harmony"):
|
315
317
|
page_size = min(page_size, 1150)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|