Fallenstarstwice

Results 2 comments of Fallenstarstwice

作者好像暂时无力维护

相同版本 我已经将`"porder": self.porder.__dict__()` 修改为 `"porder": self.porder.dict() if self.porder else None` ,但在获取评论的程序中仍然报错, 获取评论的代码: ``` async def main() ->None : credential=Credential(sessdata=SESSDATA , bili_jct=BILI_JCT) comments = [] # 页码 page = 1 #...