Merge branch 'singularity' of evefit.org:pyfa into singularity
This commit is contained in:
2
eos
2
eos
Submodule eos updated: 2b80b0321f...939f98e6c2
@@ -55,6 +55,10 @@ class Character():
|
||||
sFit = service.Fit.getInstance()
|
||||
return map(lambda c: (c.ID, c.name, c == sFit.character), eos.db.getCharacterList())
|
||||
|
||||
def getCharacter(self, charID):
|
||||
char = eos.db.getCharacter(charID)
|
||||
return char
|
||||
|
||||
def getSkillGroups(self):
|
||||
cat = eos.db.getCategory(16)
|
||||
groups = []
|
||||
|
||||
Reference in New Issue
Block a user