Correct a typo in lenovo_fix.py

This commit is contained in:
Felix Yan 2021-08-28 06:27:29 +08:00 committed by GitHub
parent 7dd4cdc216
commit 2d6e3d4566
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)