Add some extra logging to help with #1605 debugging

This commit is contained in:
DarkPhoenix
2019-08-12 20:05:21 +03:00
parent bc61e32ee7
commit 9803da1825
5 changed files with 9 additions and 4 deletions

View File

@@ -151,6 +151,7 @@ class Fit:
@staticmethod
def getFitsWithModules(typeIDs):
""" Lists fits flagged as booster """
pyfalog.debug('Getting fits with modules')
fits = eos.db.getFitsWithModules(typeIDs)
return fits