Skip to content

Commit

Permalink
fix: comment error
Browse files Browse the repository at this point in the history
  • Loading branch information
lumina37 committed Dec 19, 2023
1 parent 406e14c commit 3021696
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion aiotieba/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.7.6a0"
__version__ = "3.7.6a1"
1 change: 0 additions & 1 deletion aiotieba/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,6 @@ async def get_recovers(
Args:
fname_or_fid (str | int): 目标贴吧的贴吧名或fid 优先fid
name (str, optional): 通过被删帖作者的用户名/昵称查询 默认为空即查询全部. Defaults to ''.
pn (int, optional): 页码. Defaults to 1.
rn (int, optional): 请求的条目数. Defaults to 10. Max to 50.
_id (str | int, optional): 用于查询的被删帖用户的id user_id / user_name / portrait 优先user_id. Defaults to None.
Expand Down

0 comments on commit 3021696

Please sign in to comment.