Add status messages back to ESI fitting export (#1502)

This commit is contained in:
blitzmann
2018-05-21 23:36:40 -04:00
parent 9f69c76380
commit eaae51f8d8
2 changed files with 16 additions and 14 deletions

View File

@@ -96,7 +96,7 @@ class Esi(EsiAccess):
# @todo: new fitting ID can be recovered from resp.data,
char = self.getSsoCharacter(id)
resp = super().postFitting(char, json_str)
return resp.json()
return resp
def delFitting(self, id, fittingID):
char = self.getSsoCharacter(id)