Merge pull request #263 from felixonmars/patch-1

Correct a typo in lenovo_fix.py
This commit is contained in:
Francesco Palmarini 2021-08-30 15:56:00 +02:00 committed by GitHub
commit d24047a282
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)