Lists fits flagged as booster
(typeIDs)
| 155 | |
| 156 | @staticmethod |
| 157 | def getFitsWithModules(typeIDs): |
| 158 | """ Lists fits flagged as booster """ |
| 159 | pyfalog.debug('Getting fits with modules') |
| 160 | fits = eos.db.getFitsWithModules(typeIDs) |
| 161 | return fits |
| 162 | |
| 163 | @staticmethod |
| 164 | def countAllFits(): |