From 9756a6abb879a939324eeae41713e4fd93a239e7 Mon Sep 17 00:00:00 2001 From: Max G Date: Mon, 4 Mar 2019 20:22:40 +0100 Subject: [PATCH] Fixed typo --- Calendar/E-Paper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))