fixed a typo
This commit is contained in:
parent
98ae207b74
commit
a97fa6f937
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue