From cbda2181156431d981d4734223d049bdebed43d8 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 21 May 2019 19:30:16 +0200 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 04e4755..8b77836 100644 --- a/Calendar/E-Paper.py +++ b/Calendar/E-Paper.py @@ -187,7 +187,7 @@ def main(): """If no response was received from the openweathermap api server, add the cloud with question mark""" print('__________OWM-ERROR!__________'+'\n') - print('Reason: ',e+'\n') + print('Reason: ',e,'\n') image.paste(no_response, wiconplace) pass