Merge branch 'master' into price_optimize
This commit is contained in:
@@ -146,6 +146,11 @@ class Fit(FitDeprecated):
|
||||
pyfalog.debug("Getting count of all fits.")
|
||||
return eos.db.countAllFits()
|
||||
|
||||
@staticmethod
|
||||
def countAllFitsGroupedByShip():
|
||||
count = eos.db.countFitGroupedByShip()
|
||||
return count
|
||||
|
||||
@staticmethod
|
||||
def countFitsWithShip(stuff):
|
||||
pyfalog.debug("Getting count of all fits for: {0}", stuff)
|
||||
|
||||
Reference in New Issue
Block a user