Fixed typo
This commit is contained in:
parent
635ab20c3b
commit
9756a6abb8
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ def main ():
|
|||
|
||||
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)
|
||||
design.add_weather(OwmForecasts.OwmForecasts(api_key))
|
||||
|
||||
|
|
Loading…
Reference in a new issue