diff --git a/garage_display.py b/garage_display.py index becbb49..921fcce 100644 --- a/garage_display.py +++ b/garage_display.py @@ -6,7 +6,7 @@ class GarageDisplay: def __init__(self, characterDisplay, topRow): self.characterDisplay = characterDisplay self.topRow = topRow - self.westDoorStartColumn = 0 + self.westDoorStartColumn = 1 self.eastDoorStartColumn = 12 self.currentState = {} self.closedOutlineColor = colors.RED