solaar: update code comment - not using UPower daemon

This commit is contained in:
Peter F. Patel-Schneider 2022-04-06 13:19:29 -04:00
parent 5aa02aa01d
commit 9a806a91de
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ def _suspend_or_resume(suspend):
def watch(on_resume_callback=None, on_suspend_callback=None):
"""Register callback for suspend/resume events.
They are called only if the system DBus is running, and the UPower daemon is available."""
They are called only if the system DBus is running, and the Login daemon is available."""
global _resume_callback, _suspend_callback
_suspend_callback = on_suspend_callback
_resume_callback = on_resume_callback