Haoyuan Li
Results
3
comments of
Haoyuan Li
Thanks for pointing out the problem. I have changed the parsing logic and avoid using `grep` , `awk` . Please check again, thank you!
> 如果想快速修复这个问题,可以按照我给出的代码,修改你本地的库里的代码 > > async def fetch_session_msgs(talker_id: int, credential: Credential, session_type: int = 1, begin_seqno: int = 0) -> dict: > """ > 获取指定用户的近三十条消息 > > Args: > talker_id (int)...
I am implementing this feature in #175