diff --git a/src/weather/weather_display.py b/src/weather/weather_display.py index 7e0e8a4..8f56db6 100644 --- a/src/weather/weather_display.py +++ b/src/weather/weather_display.py @@ -168,7 +168,7 @@ def set_wind(self, wind): self.scroll_queue.append(f'wind {wind:.1f} m/s') - def add_test_display(self, text): + def add_text_display(self, text): self.scroll_queue.append(text)