mirror of
https://github.com/studio-neptune/yuuki.git
synced 2024-11-10 17:14:06 +08:00
Release v6.5.2
This commit is contained in:
parent
7620bcd56b
commit
e4431233dd
1 changed files with 2 additions and 1 deletions
|
@ -250,7 +250,8 @@ class Yuuki_Data:
|
|||
return self.getData(["Group", GroupID])
|
||||
|
||||
def getSEGroup(self, GroupID):
|
||||
SEMode = self.getGroup(GroupID).get("SEGroup")
|
||||
Group = self.getGroup(GroupID)
|
||||
SEMode = Group.get("SEGroup")
|
||||
if SEMode is None:
|
||||
return None
|
||||
SEMode_ = {}
|
||||
|
|
Loading…
Reference in a new issue