Fix open door display

This commit is contained in:
Mike Cifelli 2023-01-06 10:05:26 -05:00
parent 39eba9b6f5
commit ea8a29da5f
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ class GarageDisplay:
self.symbolDisplay.displaySquare( self.symbolDisplay.displaySquare(
x=column, x=column,
y=self.topRow, y=self.topRow,
outlineColor=self.closedOutlineColor, outlineColor=self.openOutlineColor,
fillColor=self.closedFillColor fillColor=self.openFillColor
) )
def showClosedDoor(self, column): def showClosedDoor(self, column):