update emmm

This commit is contained in:
SiHuan 2020-06-20 15:35:23 +08:00
parent 682ce89140
commit bf7b1f427c

View file

@ -5,8 +5,9 @@ class Ans(StdAns):
NotAllowGroup = [204097403] NotAllowGroup = [204097403]
def CheckPermission(self): def CheckPermission(self):
if self.gid not in self.NotAllowGroup: if self.gid in self.NotAllowGroup:
return -1 return -1
return 0
def GETMSG(self): def GETMSG(self):
if self.parms: if self.parms: