From 20c4b970e983389318d555bbb88ba82911fc200d Mon Sep 17 00:00:00 2001 From: SuperSonic Date: Sat, 14 Mar 2020 13:02:27 +0800 Subject: [PATCH] Security Update Fix modifyGroupMemberList ASAP --- libs/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/tools.py b/libs/tools.py index 4f2bb20..13d1db1 100644 --- a/libs/tools.py +++ b/libs/tools.py @@ -269,7 +269,7 @@ class Yuuki_DynamicTools: helper = self.Yuuki.MyMID actions_func = { - 1: self.getClient(helper).cancelGroupInvitation, + 1: self.getClient(helper).kickoutFromGroup, 2: self.getClient(helper).cancelGroupInvitation } Limit = self.Yuuki.data.getData(["LimitInfo", actions[action], helper])