mirror of
https://github.com/erpalma/throttled.git
synced 2026-03-02 03:03:48 +01:00
Correct a typo in lenovo_fix.py
This commit is contained in:
parent
7dd4cdc216
commit
2d6e3d4566
|
|
@ -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…
Reference in a new issue