diff --git a/source/core.py b/source/core.py index b1ee69a..b2e590b 100644 --- a/source/core.py +++ b/source/core.py @@ -486,7 +486,7 @@ def sysinfo(): temp = core_temp['coretemp'][core_num].current elif "k10temp" in core_temp: # https://www.kernel.org/doc/Documentation/hwmon/k10temp - temp = core_temp['k10temp'].current + temp = core_temp['k10temp'][0].current elif "acpitz" in core_temp: temp = core_temp['acpitz'][0].current except: