adding text update
while running the project i realized i had forgotten the text update line after adding in the functions
This commit is contained in:
parent
d5a9e9aa57
commit
18d86468a3
1 changed files with 1 additions and 0 deletions
|
|
@ -165,6 +165,7 @@ while True:
|
|||
# checks if it's day or night based on hour
|
||||
# & returns day or night version of sprite
|
||||
img = day_or_night(new_time)
|
||||
label.text = " %s°%s " % (temp, temp_unit)
|
||||
# reset clock
|
||||
clock = ticks_add(clock, weather_check)
|
||||
# draw bitmap sprite
|
||||
|
|
|
|||
Loading…
Reference in a new issue