Merge pull request #712 from pyfa-org/feature/citadels

Feature/citadels
This commit is contained in:
Ryan Holmes
2016-08-30 09:23:34 -04:00
committed by GitHub

View File

@@ -557,7 +557,7 @@ class FittingView(d.Display):
5: ''}
def slotColour(self, slot):
return self.slotColourMap[slot] or self.GetBackgroundColour()
return self.slotColourMap.get(slot) or self.GetBackgroundColour()
def refresh(self, stuff):
'''