diff --git a/baidupcs_py/baidupcs/pcs.py b/baidupcs_py/baidupcs/pcs.py index 1be571d..10df7d1 100644 --- a/baidupcs_py/baidupcs/pcs.py +++ b/baidupcs_py/baidupcs/pcs.py @@ -278,7 +278,7 @@ def list( params = { "method": "list", "by": orderby, - "limit": "0-2147483647", + "limit": "0-100000", "order": ["asc", "desc"][desc], "path": str(remotepath), } diff --git a/pyproject.toml b/pyproject.toml index 3c562c6..c65e813 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "BaiduPCS-Py" homepage = "https://github.com/PeterDing/BaiduPCS-Py" -version = "0.7.6" +version = "0.7.7" description = "Baidu Pcs Api and App" authors = ["PeterDing "] license = "MIT"