Fix #332 - offline rigs calculated in calibration stats
This commit is contained in:
@@ -549,7 +549,7 @@ class Fit(object):
|
||||
|
||||
@property
|
||||
def calibrationUsed(self):
|
||||
return self.getItemAttrSum(self.modules, 'upgradeCost')
|
||||
return self.getItemAttrOnlineSum(self.modules, 'upgradeCost')
|
||||
|
||||
@property
|
||||
def pgUsed(self):
|
||||
|
||||
Reference in New Issue
Block a user