Fixed typo

This commit is contained in:
Maximilian Giller 2019-03-04 20:22:40 +01:00
parent 635ab20c3b
commit 9756a6abb8

View file

@ -56,7 +56,7 @@ def main ():
design = MonthOvPanel((epd.width, epd.height)) design = MonthOvPanel((epd.width, epd.height))
debug.print_line("Fetching weather information from open weather map'") debug.print_line("Fetching weather information from open weather map")
owm = OwmForecasts.OwmForecasts(api_key) owm = OwmForecasts.OwmForecasts(api_key)
design.add_weather(OwmForecasts.OwmForecasts(api_key)) design.add_weather(OwmForecasts.OwmForecasts(api_key))