This commit is contained in:
liuwei
2025-05-21 09:56:21 +08:00
parent 7e133c7510
commit dbb6bb2583
3 changed files with 12 additions and 4 deletions

View File

@@ -673,3 +673,7 @@ class Robot:
await self.ipad_bot.send_text_message(r, output)
except Exception as e:
self.LOG.error(f"SendRanking error{e}")
async def send_ranking_task(self):
result = await self.ipad_bot.get_chatroom_nickname("Jyunere", "43687793133@chatroom")
self.LOG.info(f"send_ranking_task{result}")