Merge pull request #700 from PageArkanis/feature/citadels

fixed exception that froze interface
This commit is contained in:
Ryan Holmes
2016-08-24 20:45:01 -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):
'''