Fixed a little mistake in service.character.apiFetch
This commit is contained in:
@@ -133,9 +133,8 @@ class Character():
|
||||
return None
|
||||
|
||||
def apiFetch(self, charID, charName):
|
||||
|
||||
char = eos.db.getCharacter(charID, proxy = self.getProxySettings())
|
||||
char.apiFetch(charName)
|
||||
char = eos.db.getCharacter(charID)
|
||||
char.apiFetch(charName, proxy = self.getProxySettings())
|
||||
eos.db.commit()
|
||||
|
||||
def changeLevel(self, charID, skillID, level):
|
||||
|
||||
Reference in New Issue
Block a user