diff --git a/Calendar/E-Paper.py b/Calendar/E-Paper.py index f87cc01..2195613 100644 --- a/Calendar/E-Paper.py +++ b/Calendar/E-Paper.py @@ -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))