Skip to content

Commit

Permalink
Merge pull request #5 from jake1164/bugfix/random_crash
Browse files Browse the repository at this point in the history
Fixed method name
  • Loading branch information
jake1164 authored Nov 20, 2023
2 parents 1b83ff4 + 796aa9c commit 8f1d6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/weather/weather_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 8f1d6cc

Please sign in to comment.