Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Eyed committed Jan 20, 2021
1 parent 6d1cce4 commit 0444e0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,9 @@ def sysinfo():
elif "k10temp" in core_temp:
# https://www.kernel.org/doc/Documentation/hwmon/k10temp
temp = core_temp['k10temp'][0].current
elif "zenpower" in core_temp:
# https://github.com/AdnanHodzic/auto-cpufreq/issues/145#issuecomment-763294009
temp = core_temp['zenpower'][0].current
elif "acpitz" in core_temp:
temp = core_temp['acpitz'][0].current
except:
Expand Down

0 comments on commit 0444e0c

Please sign in to comment.