Skip to content

Commit

Permalink
chore: indicate the pn in get_member_users should le 500
Browse files Browse the repository at this point in the history
  • Loading branch information
lumina37 committed Dec 19, 2024
1 parent 59f837b commit 4d85bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiotieba/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ async def get_member_users(self, fname_or_fid: str | int, pn: int = 1) -> get_me
Args:
fname_or_fid (str | int): 目标贴吧名或fid 优先贴吧名
pn (int, optional): 页码. Defaults to 1.
pn (int, optional): 页码. Defaults to 1. Max to 500.
Returns:
MemberUsers: 最新关注用户列表
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "aiotieba"
version = "4.5.0a10"
version = "4.5.0"
description = "Asynchronous I/O Client for Baidu Tieba"
authors = [{ name = "lumina37", email = "[email protected]" }]
urls = { Repository = "https://github.com/lumina37/aiotieba/", Documentation = "https://aiotieba.cc/" }
Expand Down

0 comments on commit 4d85bcc

Please sign in to comment.