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)