Skip to content

Commit

Permalink
fix: 修改频道列表api的请求对象参数问题 (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: veehou <veehou@tencent.com>
  • Loading branch information
hwygithub and veehou committed Jan 20, 2022
1 parent 3241b83 commit caa305c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qqbot/model/user.py
Expand Up @@ -13,4 +13,4 @@ def __init__(self, before: str = None, after: str = None, limit: str = None):

self.before = before
self.after = after
self.limit = limit
self.limit = int(limit)

0 comments on commit caa305c

Please sign in to comment.