Archived
1
1
Fork 0

comment touch up

This commit is contained in:
Josh Lay 2023-04-30 17:45:19 -05:00
parent 751bc8ce04
commit e4c5389afa
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -155,8 +155,8 @@ class MiscDisplay(Static):
fan_rpm = reactive(0)
fan_rpm_target = reactive(0)
# do some dancing to craft the UI; initialize the reactive obj with data
# to get proper labels
# dynamic object for temperature updates
# populated / looped in '__init__' to get proper labels
temp_stats = reactive({})
# default to 'not composed', once labels are made - become true
# avoids a race condition between discovering temperature nodes/stats