Finish implementing the translated values for the Mutators

This commit is contained in:
blitzmann
2018-06-15 01:31:51 -04:00
parent 12c491a6b3
commit ed94294584
2 changed files with 10 additions and 6 deletions

View File

@@ -522,7 +522,7 @@ class Fit(object):
mutator.value = value
eos.db.commit()
#self.recalc(fit)
return mutator.value
def appendModule(self, fitID, itemID):
pyfalog.debug("Appending module for fit ({0}) using item: {1}", fitID, itemID)