update emmm
This commit is contained in:
parent
682ce89140
commit
bf7b1f427c
1 changed files with 2 additions and 1 deletions
|
@ -5,8 +5,9 @@ class Ans(StdAns):
|
|||
NotAllowGroup = [204097403]
|
||||
|
||||
def CheckPermission(self):
|
||||
if self.gid not in self.NotAllowGroup:
|
||||
if self.gid in self.NotAllowGroup:
|
||||
return -1
|
||||
return 0
|
||||
|
||||
def GETMSG(self):
|
||||
if self.parms:
|
||||
|
|
Loading…
Reference in a new issue