Fixes EVEMon import. Security status was added, but wasn't handled in the EVEMon import. Also, default secstatus to 0 if it's somehow missing.

This commit is contained in:
Ebag333
2017-05-20 11:13:28 -07:00
committed by blitzmann
parent 18554e3186
commit 5a60cff9a1
2 changed files with 5 additions and 4 deletions

View File

@@ -119,7 +119,7 @@ class Character(object):
return all0
def apiUpdateCharSheet(self, skills, secStatus):
def apiUpdateCharSheet(self, skills, secStatus=0):
del self.__skills[:]
self.__skillIdMap.clear()
for skillRow in skills: