diff --git a/weather_display.py b/weather_display.py index ec5dd68..634f354 100644 --- a/weather_display.py +++ b/weather_display.py @@ -5,8 +5,8 @@ class WeatherDisplay: def __init__(self, characterDisplay, topRow): self.characterDisplay = characterDisplay self.topRow = topRow - self.twoDigitStartColumn = 6 - self.oneDigitStartColumn = 10 + self.twoDigitStartColumn = 5 + self.oneDigitStartColumn = 9 self.digitWidth = 4 self.currentTemperature = '' self.color = colors.BLUE