mirror of
https://github.com/erpalma/throttled.git
synced 2026-04-21 06:03:56 +00:00
fix a damn typo!
This commit is contained in:
parent
a02679034f
commit
05d9b2e9d2
1 changed files with 1 additions and 1 deletions
|
|
@ -710,7 +710,7 @@ def power_thread(config, regs, exit_event):
|
|||
power['source'] = 'BATTERY' if is_on_battery(config) else 'AC'
|
||||
|
||||
# set temperature trip point
|
||||
if 's' in regs[power['source']]:
|
||||
if 'MSR_TEMPERATURE_TARGET' in regs[power['source']]:
|
||||
write_value = regs[power['source']]['MSR_TEMPERATURE_TARGET']
|
||||
writemsr('MSR_TEMPERATURE_TARGET', write_value)
|
||||
if args.debug:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue