mirror of
https://github.com/erpalma/throttled.git
synced 2026-04-21 06:03:56 +00:00
Merge pull request #263 from felixonmars/patch-1
Correct a typo in lenovo_fix.py
This commit is contained in:
commit
d24047a282
1 changed files with 1 additions and 1 deletions
|
|
@ -937,7 +937,7 @@ def main():
|
|||
thread.daemon = True
|
||||
thread.start()
|
||||
|
||||
# handle dbus events for applying undervolt/IccMax on resume from sleep/hybernate
|
||||
# handle dbus events for applying undervolt/IccMax on resume from sleep/hibernate
|
||||
def handle_sleep_callback(sleeping):
|
||||
if not sleeping:
|
||||
undervolt(config)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue