mirror of
https://github.com/hyper-neptune/yuuki.git
synced 2024-11-15 10:54:45 +08:00
Update
This commit is contained in:
parent
c359a15e70
commit
c2a82ecf74
1 changed files with 5 additions and 2 deletions
|
@ -143,5 +143,8 @@ class Yuuki_Data:
|
|||
return Groups[GroupID]
|
||||
|
||||
def getSEGroup(self, GroupID):
|
||||
Group = self.getGroup(GroupID)
|
||||
return Group["SEGroup"]
|
||||
SEMode = self.getGroup(GroupID)["SEGroup"]
|
||||
for Mode in SEMode:
|
||||
if type(Mode == str):
|
||||
SEMode[int(Mode)] = SEMode[Mode]
|
||||
return SEMode
|
||||
|
|
Loading…
Reference in a new issue