mirror of
https://github.com/studio-neptune/yuuki.git
synced 2024-11-10 17:14:06 +08:00
Update
This commit is contained in:
parent
c2a82ecf74
commit
2dc001745b
1 changed files with 3 additions and 2 deletions
|
@ -144,7 +144,8 @@ class Yuuki_Data:
|
|||
|
||||
def getSEGroup(self, GroupID):
|
||||
SEMode = self.getGroup(GroupID)["SEGroup"]
|
||||
SEMode_ = self.getGroup(GroupID)["SEGroup"]
|
||||
for Mode in SEMode:
|
||||
if type(Mode == str):
|
||||
SEMode[int(Mode)] = SEMode[Mode]
|
||||
return SEMode
|
||||
SEMode_[int(Mode)] = SEMode[Mode]
|
||||
return SEMode_
|
||||
|
|
Loading…
Reference in a new issue