fixed a typo

This commit is contained in:
Ace 2018-12-24 22:33:08 +01:00 committed by GitHub
parent 98ae207b74
commit a97fa6f937
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,7 @@ def main():
"""Drawing the fetched temperature""" """Drawing the fetched temperature"""
draw(tempplace, tempicon) draw(tempplace, tempicon)
write_text(50,35, Temperature + " °C", 605, 334) write_text(50,35, Temperature + " °C", 605, 334)
"""Drawing the fetched humidity""" """Drawing the fetched humidity"""
draw(humplace, humicon) draw(humplace, humicon)