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
2dc001745b
commit
c32a711338
1 changed files with 2 additions and 3 deletions
|
@ -144,8 +144,7 @@ class Yuuki_Data:
|
|||
|
||||
def getSEGroup(self, GroupID):
|
||||
SEMode = self.getGroup(GroupID)["SEGroup"]
|
||||
SEMode_ = self.getGroup(GroupID)["SEGroup"]
|
||||
SEMode_ = {}
|
||||
for Mode in SEMode:
|
||||
if type(Mode == str):
|
||||
SEMode_[int(Mode)] = SEMode[Mode]
|
||||
SEMode_[int(Mode)] = SEMode[Mode]
|
||||
return SEMode_
|
||||
|
|
Loading…
Reference in a new issue