From a97fa6f9379a6f7e9ba870d3451e76a059b2f02c Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 24 Dec 2018 22:33:08 +0100 Subject: [PATCH] fixed a typo --- Calendar/stable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Calendar/stable.py b/Calendar/stable.py index ba8516f..235ec1f 100755 --- a/Calendar/stable.py +++ b/Calendar/stable.py @@ -144,7 +144,7 @@ def main(): """Drawing the fetched temperature""" draw(tempplace, tempicon) - write_text(50,35, Temperature + " °C", 605, 334) + write_text(50,35, Temperature + " °C", 605, 334) """Drawing the fetched humidity""" draw(humplace, humicon)