From e4c5389afa6ba604aad5b438b129a0e596bc1715 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 30 Apr 2023 17:45:19 -0500 Subject: [PATCH] comment touch up --- src/amdgpu_stats/tui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amdgpu_stats/tui.py b/src/amdgpu_stats/tui.py index 80380b5..b5e1925 100644 --- a/src/amdgpu_stats/tui.py +++ b/src/amdgpu_stats/tui.py @@ -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