🎈 auto fixes by pre-commit hooks

This commit is contained in:
pre-commit-ci[bot]
2025-03-20 10:06:08 +00:00
parent 7a24cbff1c
commit 2d6d7f31e8

View File

@@ -124,7 +124,7 @@ class GewechatPlatformEvent(AstrMessageEvent):
await GewechatPlatformEvent.send_with_client(message, to_wxid, self.client)
await super().send(message)
async def get_group(self, group_id = None, **kwargs):
async def get_group(self, group_id=None, **kwargs):
# 确定有效的 group_id
if group_id is None:
group_id = self.message_obj.group_id