Merge branch 'master' into price_optimize

This commit is contained in:
DarkPhoenix
2019-03-15 01:41:28 +03:00
5 changed files with 21 additions and 4 deletions

View File

@@ -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)